浏览代码

bug修复

chenrui 4 年之前
父节点
当前提交
7ce16dd081
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 1
      pages/index/index.vue
  2. 1 0
      pages/login/login.vue

+ 2 - 1
pages/index/index.vue

@@ -38,7 +38,7 @@
 						<view class="cell-item-main">
 							<u-button size="mini" v-if="item.changeType=='ADD' && item.cancelFlag==0" class="handle-btn" hover-class="none" :custom-style="customBtnStyle" @click="revokeFun(item)">撤销单据</u-button>
 							<text v-if="item.changeType=='ADD' && item.cancelFlag==1" style="color: #909399;">单据已撤销</text>
-							<text v-if="item.changeType=='SUB'" style="color: #909399;">--</text>
+							<text v-if="item.changeType=='SUB'" style="color: #909399;">扫码支付撤销</text>
 						</view>
 					</view>
 				</view>
@@ -79,6 +79,7 @@
 			}
 		},
 		onShow() {
+			this.openScreen = false  //  关闭筛选框
 			this.searchHandle(1)
 			this.getGoldLogTotal()
 		},

+ 1 - 0
pages/login/login.vue

@@ -54,6 +54,7 @@ export default {
 		this.buildType = getApp().globalData.buildType;
 	},
 	onShow() {
+		console.log(this.$store.state,'----vuex')
 		//#ifdef APP-PLUS
 		  uni.getSystemInfo({
 			  success:(res) => {