Commit 051082a5 authored by Mac's avatar Mac

处理事件冒泡

parent 369b35ad
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<view class="itemdw" @click.native.stop="gomingxigengduo(x)"> <view class="itemdw" @click.native.stop="gomingxigengduo(x)">
<view class='itemdw-t'> <view class='itemdw-t'>
<view style="display: flex;"> <view style="display: flex;">
<checkbox-group @change="clickcheckbox($event,x,i)" v-if="x.SurplusPrice>0 && getTime(x.EndTime)==true"> <checkbox-group @change="clickcheckbox($event,x,i)" catchtap='' v-if="x.SurplusPrice>0 && getTime(x.EndTime)==true">
<label class="uni-list-cell uni-list-cell-pd" > <label class="uni-list-cell uni-list-cell-pd" >
<view> <view>
<checkbox :value="x.Id" :checked="x.ischecked" :color="mainColor" style="transform:scale(0.7)" /> <checkbox :value="x.Id" :checked="x.ischecked" :color="mainColor" style="transform:scale(0.7)" />
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
onShareAppMessage() { onShareAppMessage() {
console.log(this.onShare.path) console.log(this.onShare.path)
return { return {
title: this.onShare.title, title: '好友赠送您一张储值卡',
path: this.onShare.path, path: this.onShare.path,
imageUrl: this.onShare.img, imageUrl: this.onShare.img,
}; };
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<view style="width: 2px;height: 25px;background: #FFFFFF;justify-content: space-between;"></view> <view style="width: 2px;height: 25px;background: #FFFFFF;justify-content: space-between;"></view>
<view class="center_item" style="font-size: 12px;color: #FFFFFF;" @click="gosales()"> <view class="center_item" style="font-size: 12px;color: #FFFFFF;" @click="gosales()">
<Text>销售额</Text> <Text>销售额</Text>
<Text>{{sharedata.UserInfo.MySellMoney!=null ? sharedata.UserInfo.MySellMoney.toFixed(1) :0}}</Text> <Text>{{sharedata.UserInfo.MySellMoney!=null ? sharedata.UserInfo.MySellMoney.toFixed(0) :0}}</Text>
</view> </view>
</view> </view>
<!-- 会员购买 --> <!-- 会员购买 -->
......
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 to comment