feat: 小程序
This commit is contained in:
+2
-1
@@ -39,7 +39,8 @@ function request(options) {
|
||||
// 请求之前做一些事
|
||||
uni.showToast({
|
||||
title: "加载中...",
|
||||
image: "/static/common/loading.gif", // 本地图片路径
|
||||
image:"https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/loading.gif",
|
||||
// image: "/static/common/loading.gif", // 本地图片路径
|
||||
position: "middle", // 可选:top/middle/bottom
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user