Commit b0109c45 by LJM

css

parent da2f5d6a
Showing with 12 additions and 8 deletions
<template>
<view class="page-userOrder">
<drag-button-follow follow="left,right" className="drag-button" class="drag-button" :url="kfqq_xk"></drag-button-follow>
<drag-button-follow follow="left,right" className="drag-button" class="drag-button" :url="kfqq"></drag-button-follow>
<view class="top">
<view class="head row bothSide verCenter">
<view class="left row verCenter">
......@@ -153,7 +153,7 @@ export default {
format: true
});
return {
kfqq_xk: '',
kfqq: '',
time: currentDate,
arr: ['全部', '待付款', '待收货', '已完结订单'],
curr: 0,
......@@ -172,8 +172,10 @@ export default {
}
};
},
onLoad() {
this.kfqq_xk = this.$globalData && this.$globalData.kfqq_xk;
mounted() {
setTimeout(() => {
this.kfqq = this.$globalData && this.$globalData.kfqq_xk;
}, 500);
},
onShow() {
this.getData();
......
......@@ -25,7 +25,7 @@
<text class="tt">我的优惠券</text>
<text class="tip"></text>
</navigator>
<a class="box column rowCenter verCenter" :href="kfqq_xk">
<a class="box column rowCenter verCenter" :href="kfqq">
<image src="../../static/qq.png"></image>
<text class="tt">我的客服</text>
</a>
......@@ -120,13 +120,15 @@ export default {
},
data() {
return {
kfqq_xk: '',
kfqq: '',
userInfo: {},
activity_list: []
};
},
onLoad() {
this.kfqq_xk = this.$globalData && this.$globalData.kfqq_xk;
mounted() {
setTimeout(() => {
this.kfqq = this.$globalData && this.$globalData.kfqq_xk;
}, 500);
},
onShow() {
this.getData();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment