shish hace 4 años
padre
commit
b6b857465b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ghsApp/src/pagesClient/member/detail.vue

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -131,7 +131,7 @@ export default {
     changeLevel(){
 
       let that = this
-      let levelList = ['普通', '青铜', '白银','黄金','钻石']
+      let levelList = ['普通客户', '青铜客户', '白银客户','黄金客户','钻石客户']
       uni.showActionSheet({
         itemList: levelList,
         success: function (respond) {