Преглед изворни кода

始宁农业管理后台:商品编辑

panyong пре 2 година
родитељ
комит
ec09ba86cf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      htmldev/shiningWxMini/app.js

+ 1 - 1
htmldev/shiningWxMini/app.js

@@ -66,7 +66,7 @@ App({
         }
         // 设置默认昵称
         if (!temp.user_nickname) {
-          temp.user_nickname = 'bbs' + temp.user_phone.replace(/(\d{7})(.*)/, '$2')
+          temp.user_nickname = 'SNNY' + temp.user_phone.replace(/(\d{7})(.*)/, '$2')
         }
         if (temp.user_address && temp.user_address.indexOf('/') > -1) {
           temp.user_address = temp.user_address.split('/')