Kaynağa Gözat

无短信收款

Admin 3 yıl önce
ebeveyn
işleme
aa2c8697c2
3 değiştirilmiş dosya ile 175 ekleme ve 2 silme
  1. 10 1
      pages.json
  2. 4 1
      pages/distinguish/index.vue
  3. 161 0
      pages/distinguish/nosms.vue

+ 10 - 1
pages.json

@@ -7,7 +7,16 @@
 				"enablePullDownRefresh":true,
 				"navigationStyle":"custom"
 			}
-		},{
+		},
+		{
+			"path": "pages/distinguish/nosms",
+			"style": {
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh":true,
+				"navigationStyle":"custom"
+			}
+		},
+		{
 			"path": "pages/login/login-account",
 			"style": {
 				"navigationBarTitleText": "",

+ 4 - 1
pages/distinguish/index.vue

@@ -27,7 +27,7 @@
 			<view class="distinguish-button">
 				<view class="button" :disabled="isConfirm" :class="[isConfirm ? 'disabled':'']" @click="confirmDistinguish">收款</view>
 			</view>
-			<view class="distinguish-button-text">无短信收款</view>
+			<view class="distinguish-button-text" @click="toNoSms">无短信收款</view>
 		</view>
 	</view>
 </template>
@@ -110,6 +110,9 @@
 				} else {
 					this.isConfirm = true;
 				}
+			},
+			toNoSms(){
+				this.$api.navigateTo('/pages/distinguish/nosms')
 			}
 		},
 		onPageScroll(e) { //实时获取到滚动的值

Dosya farkı çok büyük olduğundan ihmal edildi
+ 161 - 0
pages/distinguish/nosms.vue


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor