diff --git a/pages/infinite/daily_check_in.vue b/pages/infinite/daily_check_in.vue
index f571d35..8b24ea7 100644
--- a/pages/infinite/daily_check_in.vue
+++ b/pages/infinite/daily_check_in.vue
@@ -105,7 +105,7 @@ export default {
},
checkinData: {
TotalCheckins: 10, //累计签到天数
- Requirement: "任意消费100钻石",
+ Requirement: "当日消费满100钻石",
TotalCheckinList: [],
CheckinList: [
],
@@ -140,7 +140,7 @@ export default {
async load() {
let sign_in_spend_limit = this.$config.getAppSetting("sign_in_spend_limit");
if (sign_in_spend_limit && sign_in_spend_limit > 0) {
- this.checkinData.Requirement = "签到条件:任意消费" + sign_in_spend_limit + "钻石"
+ this.checkinData.Requirement = "签到条件:当日消费满" + sign_in_spend_limit + "钻石"
} else {
this.checkinData.Requirement = ""
}
diff --git a/pages/sangdai/sangdai.vue b/pages/sangdai/sangdai.vue
index 1597094..49a3597 100644
--- a/pages/sangdai/sangdai.vue
+++ b/pages/sangdai/sangdai.vue
@@ -1,12 +1,12 @@
-
+
我的盒柜
-
+
@@ -157,6 +157,8 @@
解锁
+
+
@@ -1433,6 +1435,7 @@
position: absolute;
right: 0;
top: 50%;
+ padding: 20rpx;
transform: translateY(-50%);
width: 24rpx;
height: 24rpx;
@@ -1476,7 +1479,7 @@
width: 100%;
height: 170rpx;
box-sizing: border-box;
- background: #000000;
+ background: #D8D8D8;
border-radius: 20rpx;
position: relative;
overflow: hidden;
diff --git a/pages/user/index.vue b/pages/user/index.vue
index 07a51e5..7a4f792 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -45,25 +45,22 @@
-->
-
-
-
- {{ userinfo.money || '0.00' }}
{{$config.getAppSetting('balance_name')}}
+ {{ userinfo.money || '0.00' }}
- {{ userinfo.integral || 0 }}
{{$config.getAppSetting('currency1_name')}}
+ {{ userinfo.integral || 0 }}
- {{ userinfo.money2 || 0 }}
{{$config.getAppSetting('currency2_name')}}
+ {{ userinfo.money2 || 0 }}