解决数据下拉加载的bug,调整专区样式,完善充值记录
This commit is contained in:
@@ -30,6 +30,10 @@ Page({
|
||||
clickService(e) {
|
||||
console.log('e', e)
|
||||
const { type, value } = e.currentTarget.dataset.data;
|
||||
if (!value) {
|
||||
alertInfo("暂未开通")
|
||||
return;
|
||||
}
|
||||
switch(type) {
|
||||
case 0:
|
||||
const [appId, path] = value.split(",")
|
||||
|
Reference in New Issue
Block a user