diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 576f2b0..a814c8a 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -2,7 +2,7 @@
"version" : "1.0",
"configurations" : [
{
- "playground" : "custom",
+ "playground" : "standard",
"type" : "uni-app:app-android"
},
{
diff --git a/api/me/withdraw.js b/api/me/withdraw.js
index 53b3204..a209c8f 100644
--- a/api/me/withdraw.js
+++ b/api/me/withdraw.js
@@ -35,7 +35,8 @@ export const queryUserMoneyDetails = (data) => {
*/
export const updateUser = (data) => {
return http.request({
- url: '/user/updateUser',
+ url: '/user/bindAlipay',
+ method: 'POST',
params: data
})
}
diff --git a/components/my-video-list/my-video-list.vue b/components/my-video-list/my-video-list.vue
index 2f29ba6..d21a7fe 100644
--- a/components/my-video-list/my-video-list.vue
+++ b/components/my-video-list/my-video-list.vue
@@ -157,9 +157,12 @@
-
- {{paytips}}
-
+
+ {{paytips}}
+
+
+ 注:抽奖机会仅当日可用,次日作废
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 32a485b..4d3e5e1 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -18,7 +18,7 @@
- {{ item.title }}
+ {{ item.title }}
@@ -297,12 +297,12 @@