Explorar o código

修改命名方式

xiaohaizhao hai 1 ano
pai
achega
7bb06f4dd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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({