lsx 2 年 前
コミット
b369a5ce40

+ 4 - 4
src/packagePrize/bean/components/transfer.vue

@@ -17,7 +17,7 @@
 					<u-input placeholder="请输入转赠数量" type="number" border="surround" v-model="beanNum" />
 				</view>
 				<view class="loss">
-					<view>盲豆转折损说明:</view>
+					<view>盲豆转折损说明:</view>
 					<view>(20个盲豆起转,每次扣除10盲豆)</view>
 				</view>
 				<view class="flex set-turn-btn">
@@ -85,11 +85,11 @@
 					return
 				}
 				if(this.beanNum < 20) {
-					uni.$u.toast('每次转盲豆不少于20')
+					uni.$u.toast('每次转盲豆不少于20')
 					return
 				}
 				if(this.beanNum > 1000) {
-					uni.$u.toast('每次最多转1000')
+					uni.$u.toast('每次最多转1000')
 					return
 				}
 				if(this.beanNum > this.coinNum) {
@@ -104,7 +104,7 @@
 						this.close()
 						this.$emit('confirm')
 						setTimeout(()=>{
-							uni.$u.toast('转成功')
+							uni.$u.toast('转成功')
 						},500)
 					}
 				})

+ 1 - 1
src/packagePrize/bean/index.vue

@@ -119,7 +119,7 @@
 				this.getList()
 			},
 			
-			//盲票转
+			//盲票转
 			onTransfer() {
 				this.popupShow = true
 			},

+ 0 - 1
src/pages/index/payExternal.vue

@@ -87,7 +87,6 @@
 					orderId: this.orderId,
 				}).then(res => {
 					uni.hideLoading();
-					console.log(res);
 					if (res.code == 0) {
 						if(res.data.status != 3) {
 							uni.showToast({