From fcceeb05d47be8137c2bb2cdbac9c74fa1fe9520 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 26 May 2026 11:20:15 +0800
Subject: [PATCH] feat:星享购 绑卡+权收
---
static/css/index.css | 2 +-
pages/login/login.vue | 2 +-
static/imgs/tab-s-1.png | 0
pages.json | 2 +-
pages/my/my.vue | 16 ++++++++++------
main.js | 4 ++--
static/imgs/tab-s-3.png | 0
static/imgs/tab-s-4.png | 0
8 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/main.js b/main.js
index 4b0fb9b..0002447 100644
--- a/main.js
+++ b/main.js
@@ -8,8 +8,8 @@
Vue.config.productionTip = false
App.mpType = 'app'
-Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
-// Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
+// Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
+Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
Vue.prototype.$util = util
Vue.prototype.$baseUrl = 'https://xxg1996.xjjyxh.com'
Vue.prototype.$bank = [
diff --git a/pages.json b/pages.json
index f4a0d58..8c01344 100644
--- a/pages.json
+++ b/pages.json
@@ -252,7 +252,7 @@
],
"tabBar": {
"color": "#252938",
- "selectedColor": "#FF1472",
+ "selectedColor": "#4766FE",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [
diff --git a/pages/login/login.vue b/pages/login/login.vue
index c8c1818..c90ccfd 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -186,7 +186,7 @@
})
})
console.log(ygxRes);
- if(ygxRes.data.data.boughtEquity){
+ if(!ygxRes.data.data.boughtEquity){
goUrl = '/pages/quanyi/index'
// t.$util.goPages(goUrl)
uni.navigateTo({
diff --git a/pages/my/my.vue b/pages/my/my.vue
index a0e794d..5dbb64b 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -95,14 +95,18 @@
<agreePup ref="agreePup1" :gp="1" title="注册协议"></agreePup>
<agreePup ref="agreePup2" :gp="2" title="隐私政策"></agreePup>
<uni-popup type="center" ref="comment" >
- <view style="background-image: url('/static/imgs/BOXSDF.png');background-repeat: no-repeat;background-size: 100% 100%">
- <view style="border-radius: 48rpx;padding: 28rpx 20rpx">
- <view style="text-align: center;padding-top: 30rpx;" >
+ <view style="border-radius: 48rpx;padding: 28rpx 0;width: 538rpx;background: #FFFFFF;padding-top: 0;">
+ <view style="background: url('/static/img/xuniBg.png') no-repeat top center; background-size: 100%;width: 100%;height: 300rpx;border-radius: 48rpx 48rpx 0 0;">
+ <!-- <view style="text-align: center;padding-top: 30rpx;" >
<image src="/static/imgs/wuImg.png" style="width: 372rpx;height: 240rpx;"></image>
- </view>
- <view style="font-size: 32rpx;font-weight: 600;color: #333333;text-align: center;margin-top: 34rpx;margin-bottom: 80rpx;padding: 0 28rpx;">{{errState}}</view>
- <view @click="$refs.comment.close()" style="font-weight: 500;font-size: 32rpx;color: #fff;text-align: center;padding: 24rpx 28rpx;border-top: 2rpx solid #EEEEEE;background: #FF1472;;border-radius: 40rpx ;">好的</view>
+ </view> -->
+ <!-- <view style="font-size: 32rpx;font-weight: 600;color: #333333;text-align: center;margin-top: 34rpx;margin-bottom: 80rpx;padding: 0 28rpx;">{{errState}}</view> -->
+
</view>
+ <view style="font-size: 32rpx;font-weight: 600;color: #333333;text-align: center;margin-top: 60rpx;margin-bottom: 80rpx;padding: 0 28rpx;">
+ <view>{{ errState }}</view>
+ </view>
+ <view @click="$refs.comment.close()" style="font-weight: 500;font-size: 32rpx;color: #fff;text-align: center;padding: 24rpx 28rpx;border-top: 2rpx solid #EEEEEE;background: #4766FE;border-radius: 40rpx ;margin: 0 40rpx;">好的</view>
</view>
</uni-popup>
diff --git a/static/css/index.css b/static/css/index.css
index eb956b7..edbc792 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -626,7 +626,7 @@
text-align: center;
color: #ffffff;
line-height: 54rpx;
- background: #FF1472;
+ background: #4766FE;
border-radius: 62rpx 62rpx 62rpx 62rpx;
}
.c-goods{
diff --git a/static/imgs/tab-s-1.png b/static/imgs/tab-s-1.png
index 17033f7..cbeb41b 100644
--- a/static/imgs/tab-s-1.png
+++ b/static/imgs/tab-s-1.png
Binary files differ
diff --git a/static/imgs/tab-s-3.png b/static/imgs/tab-s-3.png
index b0fceb7..0645276 100644
--- a/static/imgs/tab-s-3.png
+++ b/static/imgs/tab-s-3.png
Binary files differ
diff --git a/static/imgs/tab-s-4.png b/static/imgs/tab-s-4.png
index d645889..a892f59 100644
--- a/static/imgs/tab-s-4.png
+++ b/static/imgs/tab-s-4.png
Binary files differ
--
Gitblit v1.9.3