فهرست منبع

修改命名方式

xiaohaizhao 1 سال پیش
والد
کامیت
7bb06f4dd6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -146,7 +146,7 @@ export default {
 			let that = this;
 			uni.showModal({
 				title: '提醒',
-				content: `业务员账号"${user.userName}"是否与当前微信号绑定`,
+				content: `业务员账号"${user.username}"是否与当前微信号绑定`,
 				confirmText: '确定绑定',
 				success: function ({ confirm }) {
 					if (confirm) that.$Http.basic({