|
@@ -42,7 +42,7 @@
|
|
|
<!-- </scroll-view> -->
|
|
|
</view>
|
|
|
<!-- 底部栏 -->
|
|
|
- <view class="bottom-bar" @click="clearAction">
|
|
|
+ <view class="bottom-bar" @click="clearAction" v-if="total>0">
|
|
|
<view class="bottom-bar-left">
|
|
|
<view class="bottom-bar-left-item">
|
|
|
<view class="bottom-bar-left-item-icon" @click="openChoose">
|
|
@@ -456,6 +456,11 @@
|
|
|
this.$store.state.vuex_tempData = res.data
|
|
|
this.clearChooseData()
|
|
|
this.submitOk = true
|
|
|
+ }else{
|
|
|
+ uni.showToast({
|
|
|
+ title: res.message,
|
|
|
+ icon: 'none'
|
|
|
+ })
|
|
|
}
|
|
|
})
|
|
|
}else{
|