开通会员

This commit is contained in:
limqhz
2022-12-13 17:12:13 +08:00
parent c0c88244c3
commit 709ffc6f42
3 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ Page({
* 页面的初始数据
*/
data: {
isClick: false,
aIconList: ['check-rectangle','star','notification-filled','circle'],
},
toast(option) {
@@ -17,6 +18,9 @@ Page({
});
},
startVipButton(e){
this.setData({
isClick: true
})
this.toast({
message: '已获得会员资格!',
theme: 'success',