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