lalala 6 лет назад
Родитель
Сommit
620b3e018f
2 измененных файлов с 5 добавлено и 1 удалено
  1. 1 1
      mobile-code/src/official/apply.vue
  2. 4 0
      mobile-code/src/official/index.vue

+ 1 - 1
mobile-code/src/official/apply.vue

@@ -154,7 +154,7 @@
 					return false
 				}
 				this.isSend = 1
-				sendSms({
+				sendSmsW({
 					type: 1,
 					mobile: this.form.mobile
 				})

+ 4 - 0
mobile-code/src/official/index.vue

@@ -142,6 +142,10 @@
 					this.status = 3
 					sessionStorage.setItem('renewOption', JSON.stringify(this.option))
 					// #endif
+				} else {
+					// #ifdef H5
+					sessionStorage.removeItem('renewOption')
+					// #endif
 				}
 				// let token = uni.getStorageSync('token')
 				// if (token) {