diff --git a/pages/ai/paint/paint.vue b/pages/ai/paint/paint.vue index 00bf6fd..46bec58 100644 --- a/pages/ai/paint/paint.vue +++ b/pages/ai/paint/paint.vue @@ -134,7 +134,7 @@ --> - 开始创作
消耗({{formData.goldNum}}点画意值) + 开始创作
消耗({{formData.goldNum}}点画意值)
@@ -270,7 +270,7 @@ content: '点击确定解锁更多权益哟~', cancelText: '狠心拒绝', cancelColor: '#ff0000', - confirmColor: '#0000ff', + confirmColor: '#1a94bc', confirmText: '立刻前往', success(res){ if (res.confirm) { diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue index 0d7c28b..e7e7feb 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -7,11 +7,13 @@ - - {{userInfo.username}} - -
画意值:{{goldNum}} -
+ + + {{userInfo.username}} + + + 画意值:{{goldNum}} + 点击登录
@@ -25,7 +27,7 @@ - 创作工坊 + 我的创作 @@ -38,12 +40,12 @@ - + 画意值记录 - + 兑换绘画次数 @@ -402,6 +404,12 @@ import UniIcons from "../../uni_modules/uni-icons/components/uni-icons/uni-icons } } + .gold-info { + font-size: 24rpx; + line-height: 32rpx; + color: $uni-base-color; + } + } } } diff --git a/pages/userInfo/vip/MemberScroll.vue b/pages/userInfo/vip/MemberScroll.vue new file mode 100644 index 0000000..c5bec05 --- /dev/null +++ b/pages/userInfo/vip/MemberScroll.vue @@ -0,0 +1,155 @@ + + + + + diff --git a/pages/userInfo/vip/vip.vue b/pages/userInfo/vip/vip.vue index 5e6fdc8..0aac118 100644 --- a/pages/userInfo/vip/vip.vue +++ b/pages/userInfo/vip/vip.vue @@ -1,43 +1,82 @@