|
|
|
@ -57,6 +57,26 @@ |
|
|
|
|
<uni-badge text="1" type="error" /> |
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
<uni-badge style="width: 20px;position: absolute; right: 30%;" v-if="row.text == '我的卡券' && textnum " |
|
|
|
|
:text="textnum" type="error" size="normal"></uni-badge> |
|
|
|
|
<uni-badge style="width: 20px;position: absolute; right: 7%;" |
|
|
|
|
v-if="row.text == '我的优惠券' && textSend " :text="textSend" type="error" size="normal"></uni-badge> |
|
|
|
|
<view class="img"> |
|
|
|
|
<image :src="row.img"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="text">{{row.text}}</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 我的推广 --> |
|
|
|
|
<view class="toolbar" style="margin-top: 20px;"> |
|
|
|
|
<view class="title">推广中心</view> |
|
|
|
|
<view class="list"> |
|
|
|
|
<view class="box" v-for="(row,index) in mytgbarList" :key="index" @tap="toPage(row.url,row.text)"> |
|
|
|
|
<!-- <view style="width: 10px;height: 10px;"> |
|
|
|
|
<uni-badge text="1" type="error" /> |
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
<uni-badge style="width: 20px;position: absolute; right: 30%;" v-if="row.text == '我的卡券' && textnum " |
|
|
|
|
:text="textnum" type="error" size="normal"></uni-badge> |
|
|
|
|
<uni-badge style="width: 20px;position: absolute; right: 7%;" |
|
|
|
@ -65,8 +85,8 @@ |
|
|
|
|
<image :src="row.img"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="text" v-if="row.text != '客服' ">{{row.text}}</view> |
|
|
|
|
<button open-type="contact" style="background-color: transparent;" class="img" show-message-card session-from send-message-path |
|
|
|
|
send-message-title v-if="row.text == '客服' "> |
|
|
|
|
<button open-type="contact" style="background-color: transparent;" class="img" show-message-card |
|
|
|
|
session-from send-message-path send-message-title v-if="row.text == '客服' "> |
|
|
|
|
<image :src="row.img"></image> |
|
|
|
|
</button> |
|
|
|
|
<view class="text" v-if="row.text == '客服' ">{{row.text}}</view> |
|
|
|
@ -145,7 +165,10 @@ |
|
|
|
|
url: '../../user/coupon/coupon', |
|
|
|
|
text: '我的优惠券', |
|
|
|
|
img: '/static/img/user/momey.png' |
|
|
|
|
}, { |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
// 推广列表 |
|
|
|
|
mytgbarList: [{ |
|
|
|
|
url: '', |
|
|
|
|
text: '客服', |
|
|
|
|
img: '/static/img/user/kefu.png' |
|
|
|
@ -160,7 +183,6 @@ |
|
|
|
|
text: '我的推广', |
|
|
|
|
img: '/static/img/user/renw.png' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|