补全提交
parent
e8ddc53188
commit
951d2d7f30
|
@ -17,7 +17,7 @@ export default {
|
|||
},
|
||||
onShow(){
|
||||
setTimeout(()=>{
|
||||
this.$refs.tpl.firstGetAuto();
|
||||
this.$refs.tpl.fetchCoupon();
|
||||
},1000)
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -92,6 +92,7 @@ export default {
|
|||
return {
|
||||
storage,
|
||||
enableShowCoupon: false,
|
||||
coupList:[]
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<!-- <spike v-if="item.type == 'spike'" :res="item.options" /> -->
|
||||
|
||||
</div>
|
||||
<fetchCoupon/>
|
||||
<fetchCoupon ref='coupon' />
|
||||
<u-no-network @retry="init" @isConnected="isConnected"></u-no-network>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -73,7 +73,6 @@ export default {
|
|||
return {
|
||||
config,
|
||||
storage,
|
||||
coupList:[],
|
||||
showCp:true,
|
||||
pageData: "", //楼层页面数据
|
||||
isIos: "",
|
||||
|
@ -111,6 +110,9 @@ export default {
|
|||
|
||||
},
|
||||
methods: {
|
||||
fetchCoupon(){
|
||||
this.$refs.coupon.firstGetAuto();
|
||||
},
|
||||
/**
|
||||
* 实例化首页数据楼层
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue