| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858 |
- <template>
- <div>
- <div>
- <div class="Serch row item-center">
- <div class="Soccer-game row item-center">
- <div
- style=" display:flex;align-items:center;justify-content:center;"
- class="Soccer-game-title"
- @click="isreturn()"
- >
- <img class="box-img" src="../assets/st-imges/returnbox.png">
- {{this.title}}
- </div>
- </div>
- <div class="Serch-box row item-center">
- <div class="Serch-box-home row item-center">
- <img class="Serch-box-img" src="../assets/st-imges/sousuo.png">
- <input
- v-model="SerchValue"
- @keydown="serchchange(SerchValue)"
- @input="searchTeam(SerchValue)"
- class="Serch-box-input"
- type="text"
- placeholder="请输入球队名称"
- >
- <img
- class="Serch-box-del"
- @click="delinputvalue()"
- v-if="Serchchange==true"
- src="../assets/st-imges/del.png"
- >
- </div>
- </div>
- </div>
- </div>
- <div>
- <div v-for="(ite,$index) in data" :key="ite.id">
- <div class="row allAlignment box center">
- <span>{{ite.name_chinese}}</span>
- <div class="Match-title-num">
- <span>{{ite.count}}</span>
- </div>
- </div>
- <!-- 足球与篮球 -->
- <div v-if="ballSelt == 10" v-for=" (item,index) in ite.match_info" :key="index" class="Match-box">
- <div class="row allAlignment Match-box-top">
- <div class="Match-box-top-left">
- <span>{{item.match_date}}</span>
- <span>{{item.match_time}}</span>
- </div>
- <div class="Match-box-top-right row">
- <span style="margin-right: .15rem;" class="Match-box-top-num">{{item.tag}}</span>
- <span style="margin-right: .15rem;">让球</span>
- <span style="margin-right: .15rem;">大小</span>
- </div>
- </div>
- <div
- class="row allAlignment center"
- @click="matchInfo(item.match_id);"
- style="padding:0 .32rem"
- >
- <div class="column average name-box">
- <div>{{item.home_team}}</div>
- <div>{{item.guest_team}}</div>
- </div>
- <div class="Match-bottom-right">
- <!-- 主队 -->
- <!-- @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'homeOdds',items.p_code,items.status)" -->
- <!-- class="Match-list-left" -->
- <!-- <div> -->
- <div
- v-for="(items,indexs) in item.oddsData"
- :key="indexs"
-
- >
- <div class="" v-if="items.odds_code.startsWith('co')">
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="letballHome" v-if="items.odds_code.endsWith('h')" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'homeOdds',items.p_code,items.status,ite.lg_id,'让球')">
- <span style="color: rgb(247, 102, 73); " v-if="items.odds > 0">{{items.condition}}</span>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="letballGuest" v-if="items.odds_code.endsWith('g')" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'homeOdds',items.p_code,items.status,ite.lg_id,'让球')">
- <span style="color: rgb(247, 102, 73); " v-if="items.odds > 0">{{items.condition}}</span>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- </div>
- <div v-if="items.odds_code.startsWith('gs')" class="row bigSmall" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'goal_size',items.p_code,items.status,ite.lg_id,'大小')">
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="bigHome" v-if="items.odds_code.endsWith('b')">
- <div style="color: rgb(247, 102, 73); " class="stardBig" v-if="items.odds > 0">
- <span class="bigSmall">大</span>
- <span>{{items.condition}}</span>
- </div>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="bigGuest" v-if="items.odds_code.endsWith('s')" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'goal_size',items.p_code,items.status,ite.lg_id,'大小')">
- <div style="color: rgb(247, 102, 73); " class="stardBig" v-if="items.odds > 0">
- <span class="bigSmall">小</span>
- <span>{{items.condition}}</span>
- </div>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- </div>
- <div v-if="items.odds_code.startsWith('total')" class="row bigSmall" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'total_size',items.p_code,items.status,ite.lg_id,'大小')">
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="bigHome" v-if="items.odds_code.endsWith('big')">
- <div style="color: rgb(247, 102, 73); " class="stardBig" v-if="items.odds > 0">
- <span class="bigSmall">大</span>
- <span>{{items.condition}}</span>
- </div>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="bigGuest" v-if="items.odds_code.endsWith('small')" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'total_size',items.p_code,items.status,ite.lg_id,'大小')">
- <div style="color: rgb(247, 102, 73); " class="stardBig" v-if="items.odds > 0">
- <span class="bigSmall">小</span>
- <span>{{items.condition}}</span>
- </div>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 网球 -->
- <div v-if="ballSelt == 100" v-for=" (item,index) in ite.match_info" :key="index" class="Match-box">
- <div class="row allAlignment Match-box-top wqMatch-box">
- <div class="Match-box-top-left">
- <span>{{item.match_date}}</span>
- <span style="color: rgb(253, 143, 38);">{{item.match_time}}</span>
- <!-- <div>三盘两胜</div> -->
- </div>
- <div class="Match-box-top-right row">
- <span style="margin-right: .15rem;height:100%;line-height:0.6rem;" class="Match-box-top-num">{{item.tag}}</span>
- <span style="margin-right: .15rem;">独赢盘</span>
- <span style="margin-right: .15rem;">让盘</span>
- </div>
- </div>
- <div
- class="row allAlignment center"
- @click="matchInfo(item.match_id);"
- style="padding:0 .32rem"
- >
- <div class="column average name-box">
- <div>{{item.home_team}}</div>
- <div>{{item.guest_team}}</div>
- </div>
- <div class="Match-bottom-right">
- <!-- 主队 -->
- <div class="" v-for="(items,indexs) in item.oddsData" :key="indexs">
- <div class="" v-if="items.odds_code.startsWith('kemp')">
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="letballHome" v-if="items.odds_code.endsWith('home')" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'kemp',items.p_code,items.status,ite.lg_id,'独赢盘')">
- <span style="color: rgb(247, 102, 73); " v-if="items.odds > 0">{{items.condition}}</span>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="letballGuest" v-if="items.odds_code.endsWith('guest')" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'kemp',items.p_code,items.status,ite.lg_id,'独赢盘')">
- <span style="color: rgb(247, 102, 73); " v-if="items.odds > 0">{{items.condition}}</span>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- </div>
- <div v-if="items.odds_code.startsWith('dishes')" class="row bigSmall" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'dishes',items.p_code,items.status,ite.lg_id,'让盘')">
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="bigHome" v-if="items.odds_code.endsWith('home')">
- <span style="color: rgb(247, 102, 73); " v-if="items.odds > 0">{{items.condition}}</span>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="bigGuest" v-if="items.odds_code.endsWith('guest')" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'dishes',items.p_code,items.status,ite.lg_id,'让盘')">
- <span style="color: rgb(247, 102, 73); " v-if="items.odds > 0">{{items.condition}}</span>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 棒球 -->
- <div v-if="ballSelt == 1000" v-for=" (item,index) in ite.match_info" :key="index" class="Match-box">
- <div class="row allAlignment Match-box-top">
- <div class="Match-box-top-left">
- <span>{{item.match_date}}</span>
- <span>{{item.match_time}}</span>
- </div>
- <div class="Match-box-top-right row">
- <span style="margin-right: .15rem;" class="Match-box-top-num">{{item.tag}}</span>
- <span style="margin-right: .15rem;">独赢盘</span>
- </div>
- </div>
- <div
- class="row allAlignment center"
- @click="matchInfo(item.match_id);"
- style="padding:0 .32rem"
- >
- <div class="column average name-box">
- <div>{{item.home_team}}</div>
- <div>{{item.guest_team}}</div>
- </div>
- <div class="Match-bottom-right">
- <!-- 主队 -->
- <div class="row">
- <div
- class=""
- v-for="(items,indexs) in item.oddsData"
- :key="indexs"
- >
- <div v-if="items.odds_code.startsWith('capot')" class="row bigSmall" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'capot',items.p_code,items.status,ite.lg_id,'独赢盘')">
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="bigHome" v-if="items.odds_code.endsWith('home')">
- <span style="color: rgb(247, 102, 73); " v-if="items.odds > 0">{{items.condition}}</span>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- <div :class="{active:items.isTrue,increased_color:items.change == 'add',reduce_color:items.change == 'red'}" class="bigGuest" v-if="items.odds_code.endsWith('guest')" @click.stop="isBetting($index,item.match_id, items.id,item.home_team,item.guest_team,item.home_team,items.odds,items.condition,items.odds_only,items.odds_code,'capot',items.p_code,items.status,'独赢盘')">
- <span style="color: rgb(247, 102, 73); " v-if="items.odds > 0">{{items.condition}}</span>
- <span v-if="items.odds >0" :class="items.condition == '' ? 'mg':''">{{items.odds}}</span>
- <img v-if="items.odds <= 0" style="width: 0.7rem;height: 0.5rem;" src="@/assets/st-imges/mima.png"><img>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <BettingWindow v-show="isBettingWindow == '100'"/>
- </div>
- </template>
- <script>
- import BettingWindow from "@/components/StBettingWindow";
- import NotOpend from "@/components/StNotOpend";
- import Loading from "@/components/StLoading";
- export default {
- name: "entryForm",
- data() {
- return {
- SerchValue: "",
- Serchchange: false,
- title:this.$route.query.name, //标题
- data: "",
- game_code: this.$route.query.game_code, //球的类型别名
- lg_id: this.$route.query.lg_id, //获取联赛id
- isBettingWindow: '-1',
- thisNum: 10000,
- info: "没有相关联赛信息",
- noData: false, //没有数据为true
- betting: [], //vuex里面玩法投注数据
- timers : true,
- index : '',
- getIsShow:true,
- ballSelt:0, // 当为10的时候为篮球,足球,100的时候为网球,1000的时候为棒球
- // 存储变色数据
- previousStorage:[]
- };
- },
- components: {
- BettingWindow,
- NotOpend,
- Loading
- },
- methods: {
- // 返回上一页
- isreturn() {
- history.go(-1);
- },
- getmatchInfo(search) {
- this.$http
- .get(this.$ports.match.participateDtl, {
- game_code: this.game_code,
- code: this.$route.query.code,
- lg_id : this.lg_id,
- search
- })
- .then(res => {
- this.codeShow = false;
- if (res.data.status == 1) {
- // console.log(res.data.data)
- this.dataGroup(res.data.data);
- // console.log("参赛表单", res.data.data);
- // this.data = res.data.data;
- }
- });
- let _this=this;
- setTimeout(()=>{
- _this.$store.dispatch("GETSHOW", false);
- },1000)
- },
- //是否显示删除按钮
- serchchange(val) {
- if (val.length >= 1) {
- this.Serchchange = true;
- } else {
- this.Serchchange = false;
- }
- },
- /**
- * 查询球队
- */
- searchTeam(val) {
- let getActivity = this.$store.getters.getActivity;
- let matchDate = this.$route.query.matchDate;
- if (val.length >= 1) {
- this.Serchchange = true;
- } else {
- this.Serchchange = false;
- }
- this.getmatchInfo(val);
- },
- //清空输入
- delinputvalue() {
- this.SerchValue = "";
- this.Serchchange = false;
- this.getmatchInfo("");
- },
- /*--------------------------------------------------------------------------------*/
- // 添加、删除vuex投注数据公共方法
- AddDelete: function(match_id,id, home, guest, name, odds, condition, odds_only,odds_code,type,p_code,$index,lg_id,play_name) {
- let isAdd = true,isNew=true;
- let matchList = this.$store.getters.getBetting;
- if (status == "-1") return false;
- let ball = this.$store.getters.getBallId;
- // if(ball == 'zq'){
- let bettingInfo = {
- id,
- home_team: home,
- guest_team: guest,
- name,
- odds,
- match_id,
- condition,
- ballId: ball,
- odds_code: odds_code,
- p_code,
- play_name,
- score: this.score,
- bettingTime: "",
- odds_only,
- lg_id,
- odds_id: id
- };
- //添加新的玩法赔率数据
- let obj = {
- title:p_code,
- data: [bettingInfo]
- };
- if(matchList !=null ){
- for(let i =0 ;i < matchList.length; i++ ){
- if(matchList[i].title == p_code){
- //删除vuex投注数据
- matchList[i].data.forEach((res, index) => {
- // console.log(res.id,id)
- if (res.id == id) {
- matchList[i].data.splice(index, 1);
- this.$store.dispatch("SET_LIMIT", false);
- this.$store.dispatch("BETTING", []);
- this.$store.dispatch("BETTING", matchList);
- isAdd = false;
- isNew = false;
- //处理当前页面样式
- this.modifyStyle($index,id,type);
- }
- });
- //添加vuex投注数据
- if (isAdd){
- isNew = false;
- if (this.$store.getters.getLimit * 1 >= 10) return false;
- //处理当前页面样式
- this.modifyStyle($index,id,type);
- matchList[i].data.push(bettingInfo);
- this.$store.dispatch("BETTING",[]);
- this.$store.dispatch("BETTING",matchList);
- if (this.$store.getters.getIsBetting == "100") return false;
- this.$store.dispatch("ISBETTING",100);
- }
- break;
- }
- }
- if(isNew){
- matchList.push(obj)
- this.$store.dispatch("BETTING",[]);
- this.$store.dispatch("BETTING",matchList);
- this.modifyStyle($index,id,type);
- if (this.$store.getters.getIsBetting == "100") return false;
- this.$store.dispatch("ISBETTING", "100");
- }
- }else{
- this.$store.dispatch("BETTING",[obj]);
- this.modifyStyle($index,id,type);
- if (this.$store.getters.getIsBetting == "100") return false;
- this.$store.dispatch("ISBETTING", "100");
- }
- },
- /*--------------------------------------------------------------------------------*/
- //修改当前页面样式公共方法
- modifyStyle: function($index,id, type) {
- // console.log($index,id, type)
- this.data[$index].match_info.every(e => {
- let ret = false;
- if (type == "homeOdds" || type == 'goal_size' || type == "total_size" || type == 'capot' || type == 'kemp' || type == 'dishes') {
- e.oddsData.every((res, index) => {
- if (res.id == id) {
- this.$set(
- res,
- "isTrue",
- res.isTrue ? false : true
- );
- ret = true;
- return false;
- }
- return true;
- });
- } else if (type == "guestOdds") {
- e.oddsData.every((res, index) => {
- if (res.id == id) {
- this.$set(
- res,
- "isTrue",
- res.isTrue ? false : true
- );
- ret = true;
- return false;
- }
- return true;
- });
- }
- if (ret) {
- return false;
- } else {
- return true;
- }
- });
- },
- /*--------------------------------------------------------------------------------*/
- // 修改投注样式
- isBetting($index,match_id,id, home, guest, name, odds, condition, odds_only,odds_code,type,p_code,status,lg_id,play_name) {
- if(status == -1) return false;
- this.index = $index;
- if (this.data) {
- //处理vuex里面数据
- this.AddDelete(match_id,id, home, guest, name, odds, condition, odds_only,odds_code,type,p_code,$index,lg_id,play_name);
- //处理当前页面样式
- // this.modifyStyle($index,id, type);
- }
- },
- //跳转到赛事详情
- matchInfo: function(id) {
- this.$router.push({
- path: "/StRollBallBettingPage",
- query: { gameCode: this.game_code, home: 1 }
- });
- this.$store.dispatch("MACTH_ID", id);
- },
- /*--------------------------------------------------------------------------------*/
- /**
- * 赛事赔率玩法数据组合方法
- */
- dataGroup: function(data) {
- //console.log('数据',this.data)
- // let homeOdds = [],
- // guestOdds = [];
- let A, B, C, D;
- // console.log('daa',data)
- let ball = this.$store.getters.getBallId;
- data.forEach(i =>{
- i.match_info.forEach((column, index) => {
- if (column.oddsData == null || column.oddsData.length == 0) {
- }
- else {
- column.oddsData.forEach(val => {
- if(this.betting.length > 0){
- this.betting.forEach(e =>{
- e.forEach(item =>{
- if(val.id == item.id){
- val.isTrue = true;
- }
- })
- })
- }
- });
- }
- });
- })
- // console.log('ddddd',data)
- this.data = data;
- // console.log('data',this.data)
- //更新数据和上一次的数据匹配
- let storage =this.previousStorage;
- // console.log('storege',storage)
- if(storage && storage != null && storage.length > 0){
- this.data.forEach(e =>{
- e.match_info.forEach(k =>{
- k.oddsData.forEach(item =>{
- storage.forEach(a =>{
- a.forEach(b =>{
- if(item.id == b.id){
- if(item.odds > b.odds){
- item.change = 'add'
- }else if(item.odds < b.odds){
- item.change = 'red';
- }else{
- item.change = '';
- }
- }
- })
- })
- })
- })
- })
- }
- this.previousStorage = [];
- this.data.forEach(e =>{
- e.match_info.forEach(k =>{
- this.previousStorage.push(k.oddsData)
- })
- })
- // this.previousStorage = this.data;
- // console.log('````', this.data)
- // console.log('this.previousStorage',this.previousStorage)
- this.$store.dispatch('GETGAMERATIO',this.data)
- }
- },
- /**
- * 计算属性
- */
- computed: {
- //获取投注框删除的投注信息
- getDeleteType() {
- return this.$store.getters.getDeleteType;
- },
- getIsBetting() {
- return this.$store.getters.getIsBetting;
- }
- },
- /**
- * 监听器
- */
- watch: {
- getIsBetting(val) {
- this.isBettingWindow = val;
- },
- // 监听删除投注
- getDeleteType(val) {
- let flag = true;
- this.data.forEach(e => {
- if (val == "all") {
- e.match_info.forEach(data => {
- data.oddsData.forEach((k, i) => {
- this.$set(k, "isTrue", false);
- });
- data.oddsData.forEach((k, i) => {
- this.$set(k, "isTrue", false);
- });
- });
- } else {
- let showData = true;
- e.match_info.forEach((res, index) => {
- res.oddsData.forEach((k, i) => {
- if (k.id == val) {
- this.$set(k, "isTrue", false);
- showData = true;
- }
- });
- });
- if(showData){
- e.match_info.forEach(data => {
- data.oddsData.forEach(item =>{
- if (item.id == val) {
- this.$set(item, "isTrue", false);
- }
- })
- });
- }
- }
- });
- },
- },
- mounted() {
- this.$store.dispatch("GETSHOW", true);
- // 获取球类,判定状态
- let ball = this.$route.query.game_code;
- // 是否展示投注框
- if (this.$store.getters.getIsBetting == '100') {
- this.isBettingWindow = '100';
- }
- //获取vuex玩法已投注相对应的数据
- let getBetting = this.$store.getters.getBetting;
- // if(getBetting){
- if(ball == 'zq'){
- this.ballSelt = 10;
- if(getBetting){
- getBetting.forEach((e,index) =>{
- if('concede' == e.title || 'goal_size' == e.title){
- this.betting.push(e.data);
- }
- })
- }
- }else if(ball == 'lq'){
- this.ballSelt = 10;
- if(getBetting){
- getBetting.forEach((e,index) =>{
- if('concede' == e.title || 'total_size' == e.title){
- this.betting.push(e.data);
- }
- })
- }
- }else if(ball == 'bq'){
- this.ballSelt = 1000;
- if(getBetting){
- getBetting.forEach((e,index) =>{
- if('capot' == e.title){
- this.betting.push(e.data);
- }
- })
- }
- }else if(ball == 'wq'){
- this.ballSelt = 100;
- if(getBetting){
- getBetting.forEach((e,index) =>{
- if('dishes' == e.title || 'kemp' == e.title){
- this.betting.push(e.data);
- }
- })
- }
- }
- // }
- let _this = this;
- this.$public.ajaxTimerFun(function(timing) {
- if (_this.timers) {
- _this.getmatchInfo("");
- }else{
- clearInterval(timing);
- }
- },(1000*10));
- // console.log("data", this.data);
- /*-----------------------*/
- this.getmatchInfo("");
- },
- beforeDestroy(){
- this.timers = false;
- }
- };
- </script>
- <style scoped>
- .Serch {
- height: 0.75rem;
- display: flex;
- justify-content: space-between;
- align-items: center;
- background-color: #363636;
- color: #fd8f26;
- font-family: "PingFang-SC-Regular";
- padding: 0 0.32rem;
- }
- .lock {
- background: #f4f4f4;
- }
- .Serch-box-input {
- width: 2rem;
- border: none;
- position: absolute;
- left: 0.5rem;
- top: 0.06rem;
- }
- /* .BettingWindow{
- z-index: 10000;
- position:fixed;
- top:0;
- width: 100%;
- } */
- .Serch-box-img {
- width: 0.3rem;
- height: 0.3rem;
- position: absolute;
- left: 0.1rem;
- top: 0.06rem;
- }
- .Serch-box-del {
- width: 0.2rem;
- height: 0.2rem;
- position: absolute;
- right: 0.2rem;
- }
- .Serch-box-home {
- height: 0.44rem;
- width: 4.73rem;
- background: #e4e4e4;
- border-radius: 0.2rem;
- display: flex;
- justify-content: space-around;
- align-items: center;
- padding-left: 0.1rem;
- padding-right: 0.1rem;
- position: relative;
- }
- .box-img {
- width: 0.37rem;
- height: 0.3rem;
- margin-right: 0.18rem;
- }
- .Soccer-game-title {
- display: flex;
- color: #f76649;
- align-items: center;
- width: 1.3rem;
- font-size: 0.3rem;
- }
- .Soccer-game-box {
- display: flex;
- left: -0.3rem;
- top: 0.2rem;
- background: #fff;
- background: #626262;
- color: #a6a6a6;
- height: 0.7rem;
- align-items: center;
- }
- .Soccer-game-src {
- width: 0.25rem;
- height: 0.25rem;
- }
- .box {
- padding: 0 0.32rem;
- color: #e1e1df;
- height: 0.88rem;
- font-size: 0.32rem;
- background: linear-gradient(to bottom, #999999, #6a6a6b);
- }
- .Match-title-num {
- width: 0.46rem;
- height: 0.46rem;
- line-height: 0.46rem;
- text-align: center;
- background: #f76649;
- font-size: 0.26rem;
- border-radius: 50%;
- color: #f5f5f5;
- }
- .Match-box-top-right > span {
- width: 1.07rem;
- text-align: center;
- }
- .Match-box {
- /* height: 2.45rem; */
- }
- .name-box {
- width: 4rem;
- height: 1.76rem;
- }
- .Match-box-top {
- height: 0.45rem;
- line-height: 0.45rem;
- background: #dcdcdc;
- font-size: 0.23rem;
- padding: 0 0.32rem;
- }
- .Match-box-top-num {
- width: 0.64rem !important;
- height: 0.45rem;
- background: #ebebeb;
- font-size: 0.24rem;
- }
- .Match-box {
- background: #f8f8f8;
- }
- .Match-bottom-right {
- height: 2rem;
- width: 2.5rem;
- padding: 0.1rem 0.1rem 0 0.14rem;
- position: relative;
- }
- .Match-list-left div {
- width: 1.07rem;
- height: 0.76rem;
- border: 1px solid #e4e4e4;
- border-radius: 0.1rem;
- padding: 0.1rem;
- margin: 0.06rem 0.08rem;
- }
- .Match-list-right div {
- width: 1.07rem;
- height: 0.76rem;
- border: 1px solid #e4e4e4;
- border-radius: 0.1rem;
- margin: 0.06rem 0.08rem;
- }
- .active {
- background: #f76649;
- border: none;
- color: #e1e1df !important;
- }
- .active span,.active i{
- color: #e1e1df !important;
- }
- .wqavg{
- width: 4.3rem;
- }
- div .wqMatch-box{
- /* height: 0.65rem;
- line-height: 0.3rem; */
- }
- /* 赔率 */
- .letballHome,.letballGuest,.bigHome,.bigGuest{
- width: 1.07rem;
- height: 0.76rem;
- border: 1px solid #e4e4e4;
- border-radius: 0.1rem;
- margin: 0.06rem 0.08rem;
- /* padding: 0.1rem 0; */
- /* margin: 0.06rem 0.6rem 0.06rem 0; */
- text-align: center;
- }
- .letballGuest{
- position: absolute;
- bottom: 0.19rem;
- }
- .bigHome span,.bigGuest span,.letballHome span,.letballGuest span{
- display: block;
- }
- .bigHome{
- position: absolute;
- right: 0;
- top: 0.1rem;
- }
- .bigGuest{
- position: absolute;
- right: 0;
- top: 0.93rem;
- }
- .active span{
- color: #e1e1df !important;
- }
- .stardBig{
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .stardBig .bigSmall{
- color: #9b9999;
- }
- .mg{
- margin-top: 0.2rem;
- }
- </style>
|