zhuxiuping 2 лет назад
Родитель
Сommit
4e1b838fe7

+ 1 - 2
pages/index/index.vue

@@ -916,7 +916,6 @@
 			// 	}
 			// });
 
-			console.log(uni.getStorageSync('avatar'),'uni.getStorageSync')
 			that.avatar = uni.getStorageSync('avatar') ? uni.getStorageSync('avatar') : '../../static/logo.png'
 			that.userId = uni.getStorageSync('userId')
 			if (that.userId) {
@@ -1862,7 +1861,7 @@
 					if (res.code == 0) {
 						that.shows = false
 						uni.showToast({
-							title: '订完成',
+							title: '订完成',
 							icon: "none"
 						});
 						this.lists = []

+ 1 - 1
pages/index/orderdetail/orderdetail.vue

@@ -507,7 +507,7 @@
 					if (res.code == 0) {
 
 						uni.showToast({
-							title: '订完成',
+							title: '订完成',
 							icon: "none"
 						});
 						setTimeout(function() {

+ 22 - 18
pages/riderMy/myAccount/Txmoney/Txmoney.vue

@@ -68,7 +68,8 @@
 	</view>
 </template>
 
-<script>
+<script>
+import { showToast } from '../../../../common/queue';
 	export default {
 		data() {
 			return {
@@ -187,10 +188,11 @@
 							return
 						}
 						if (!/^\d+$/.test(that.money)) {
-							uni.showToast({
-								icon: 'none',
-								title: '请输入正确金额,不能包含中文,英文,特殊字符和小数'
-							});
+							// uni.showToast({
+							// 	icon: 'none',
+							// 	title: '请输入正确金额,不能包含中文,英文,特殊字符和小数'
+							// });
+							that.$queue.showToast('请输入正确金额,不能包含中文,英文,特殊字符和小数')
 							return;
 						}
 						if (Number(that.money) < Number(that.minMoney)) {
@@ -238,10 +240,11 @@
 
 					} else if (that.current == 2) {
 						if (!/^\d+$/.test(that.money)) {
-							uni.showToast({
-								icon: 'none',
-								title: '请输入正确金额,不能包含中文,英文,特殊字符和小数'
-							});
+							// uni.showToast({
+							// 	icon: 'none',
+							// 	title: '请输入正确金额,不能包含中文,英文,特殊字符和小数'
+							// });
+							that.$queue.showToast('请输入正确金额,不能包含中文,英文,特殊字符和小数')
 							return;
 						}
 						if (Number(that.money) < Number(that.minMoney)) {
@@ -332,23 +335,24 @@
 
 
 						} else {
-							if (!/^\d+$/.test(that.moneys)) {
-								uni.showToast({
-									icon: 'none',
-									title: '请输入正确金额,不能包含中文,英文,特殊字符和小数'
-								});
+							if (!/^\d+$/.test(that.money)) {
+								// uni.showToast({
+								// 	icon: 'none',
+								// 	title: '请输入正确金额,不能包含中文,英文,特殊字符和小数'
+								// });
+								that.$queue.showToast('请输入正确金额,不能包含中文,英文,特殊字符和小数')
 								return;
 							}
-							if (parseFloat(that.moneys).toFixed(1) >= that.minMoney) {
+							if (parseFloat(that.money).toFixed(1) >= that.minMoney) {
 								uni.showModal({
 									title: '提现申请提示',
-									content: '金额:' + that.moneys + '元' + ',' + '手续费:' + parseFloat(that.moneys *
-										that.shouxufei).toFixed(2),
+									content: '金额:' + that.money + '元' + ',' + '手续费:' + parseFloat(that
+											.money * that.shouxufei).toFixed(2),
 									success: e => {
 										if (e.confirm) {
 											that.$queue.showLoading('提现中...');
 											let data = {
-												money: that.moneys,
+												money: that.money,
 												classify: 2,
 												type: 3
 											}

+ 1 - 1
pages/riderMy/order.vue

@@ -977,7 +977,7 @@
 						this.page = 1;
 						this.taskData()
 						uni.showToast({
-							title: '订完成',
+							title: '订完成',
 							icon: "none"
 						});
 						this.shows = false

+ 2 - 2
pages/riderMy/set/yijian.vue

@@ -100,8 +100,8 @@
 				this.$queue.showLoading('加载中...');
 				this.$Request.postJson('/app/shop/userFeedback', {
 					shopId: uni.getStorageSync("shopId"),
-					title: this.sendDate.contact,
-					content: JSON.stringify(this.sendDate),
+					userEmail: this.sendDate.contact,
+					feedbackMessage: this.sendDate.content,
 					// state: 2
 				}).then(res => {
 					if (res.code === 0) {

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/orderdetail/orderdetail.js.map


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/riderMy/myAccount/Txmoney/Txmoney.js.map


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/riderMy/order.js.map


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/riderMy/set/yijian.js.map


+ 2 - 1
unpackage/dist/dev/mp-weixin/app.json

@@ -59,5 +59,6 @@
     "getLocation",
     "chooseLocation"
   ],
-  "usingComponents": {}
+  "usingComponents": {},
+  "sitemapLocation": "sitemap.json"
 }

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/index/index.js


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/index/orderdetail/orderdetail.js


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/riderMy/myAccount/Txmoney/Txmoney.js


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/riderMy/order.js


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/riderMy/set/yijian.js


BIN
unpackage/dist/dev/mp-weixin/static/微信图片_20231227104333.png