Quellcode durchsuchen

修改命名方式

xiaohaizhao vor 1 Jahr
Ursprung
Commit
7bb06f4dd6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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({