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