|
@@ -38,6 +38,7 @@
|
|
|
<view class="list">
|
|
|
<view class="title">
|
|
|
<checkbox :value="item.id" :checked="item.check">
|
|
|
+ <text class="iconfont icon-shangdian"></text>
|
|
|
{{item.title}}
|
|
|
</checkbox>
|
|
|
</view>
|
|
@@ -48,6 +49,7 @@
|
|
|
</view>
|
|
|
<view class="img">
|
|
|
<image src="../../static/logo.png"></image>
|
|
|
+ <!-- <image class="image" :src="item.url&&item.url.length>0?item.url[0].url:''" mode=""></image> -->
|
|
|
</view>
|
|
|
<view class=" one_1" v-if="num==0">
|
|
|
<view class="name">{{item.name}}</view>
|
|
@@ -136,8 +138,7 @@
|
|
|
totalMoney: 0,
|
|
|
};
|
|
|
},
|
|
|
- onShow: function() {
|
|
|
- },
|
|
|
+ onShow: function() {},
|
|
|
methods: {
|
|
|
toPath(e) {
|
|
|
if (e && e.route) uni.redirectTo({
|
|
@@ -402,6 +403,9 @@
|
|
|
border-bottom: 1px solid var(--fcColor);
|
|
|
padding: 0 0 2vw 0;
|
|
|
font-size: var(--font18Size);
|
|
|
+ text{
|
|
|
+ margin: 0 1vw;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.content {
|