小程序活动加载页

This commit is contained in:
齐天大圣 2023-12-13 18:19:52 +08:00
parent b429636651
commit f6c574e4aa

View File

@ -58,9 +58,9 @@
}) })
}, },
getData() { getData() {
/*uni.showLoading({ uni.showLoading({
//title: '' title: '加载中'
});*/ });
request({ request({
url: 'business/marketingActivity/activeExchange/applet', url: 'business/marketingActivity/activeExchange/applet',
method: 'get', method: 'get',
@ -183,4 +183,4 @@
position: fixed; position: fixed;
top: 0px; top: 0px;
} }
</style> </style>