解决数据下拉加载的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(",")
|
||||
|
@@ -3,4 +3,9 @@
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 40rpx;
|
||||
}
|
||||
|
||||
.servicesWrapper {
|
||||
min-height: 80vh;
|
||||
background: linear-gradient(to bottom, var(--middle-green), #fff );
|
||||
}
|
Reference in New Issue
Block a user