diff --git a/App.vue b/App.vue index 1e942a2..776f8fb 100644 --- a/App.vue +++ b/App.vue @@ -3,8 +3,17 @@ diff --git a/components/switch/switch.vue b/components/switch/switch.vue index b7873a9..3aa07a3 100644 --- a/components/switch/switch.vue +++ b/components/switch/switch.vue @@ -1,10 +1,10 @@ @@ -15,7 +15,11 @@ props:{ switNum: { type: Number, - } + default () { + return 0 + } + }, + }, data() { return { diff --git a/components/tabBar/tabBar.vue b/components/tabBar/tabBar.vue new file mode 100644 index 0000000..214b4a7 --- /dev/null +++ b/components/tabBar/tabBar.vue @@ -0,0 +1,202 @@ + + + + + diff --git a/main.js b/main.js index f88aae6..d99d348 100644 --- a/main.js +++ b/main.js @@ -4,15 +4,16 @@ import axios from './utils/axios.js' import store from './store' import uView from "uview-ui"; import VueClipboards from 'vue-clipboard2' - Vue.config.productionTip = false - - +// 自定义底部导航栏 +import tabBar from 'components/tabBar/tabBar.vue' + Vue.use(uView); Vue.use(VueClipboards); Vue.prototype.$axios = axios Vue.prototype.$store = store Vue.config.productionTip = false +Vue.component('tab-bar', tabBar) // Vue.prototype.$showDialog = true App.mpType = 'app' diff --git a/manifest.json b/manifest.json index b67a334..e58d795 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,16 @@ { - "name" : "first", + "name" : "Win Gold", "appid" : "__UNI__7E21D6D", "description" : "", - "versionName" : "1.0.0", + "versionName" : "1.0", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { + // 静止弹出h5+runtime + "compatible" : { + "ignoreVersion" : true + }, "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, @@ -45,6 +49,38 @@ /* SDK配置 */ "sdkConfigs" : { "ad" : {} + }, + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } } } }, @@ -79,7 +115,7 @@ "proxy" : { "/start" : { "ws" : false, - "target" : "https://apitest.luck-work.com", + "target" : "https://api.wingold6.com", // "target":"https://webtest.luck-work.com/", // "target" : "https://api.in-earn.co.ke", "changeOrigin" : true, @@ -88,9 +124,13 @@ "^/start" : "" } } - } + }, + "port" : "" }, "title" : "color", - "domain" : "webtest.luck-work.com" + "domain" : "api.wingold6.com" } } +// 静止弹出h5+runtime +/* 模块配置 */ + diff --git a/pages.json b/pages.json index f315fde..f81b427 100644 --- a/pages.json +++ b/pages.json @@ -1,241 +1,296 @@ { "easycom": { - "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" -}, - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - - { - "path": "pages/login/index", - "style": { - } - }, - { - "path": "pages/menu/about/RiskDisclosureAGREEMENT", - "style": { - } - }, - { - "path": "pages/menu/about/privacyPolicy", - "style": { - } - }, - { - "path": "pages/menu/search/index", - "style": { - } - }, - { - "path": "pages/menu/goods/index", - "style": { - } - }, - { - "path": "pages/menu/goods/goodsDetail/index", - "style": { - } - }, - { - "path": "pages/menu/bankCard/addAddress/index", - "style": { - } - }, - - { - "path": "pages/menu/bankCard/addBankCard/index", - "style": { - } - }, - { - "path": "pages/menu/bankCard/index", - "style": { - } + "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, + "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/login/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/redenvelopes", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/re/list/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/re/add/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/address/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/order/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/about/RiskDisclosureAGREEMENT", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/about/privacyPolicy", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/search/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/goods/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/goods/goodsDetail/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/address/addAddress/index", + "style": { + "navigationStyle": "custom" + } + }, - { - "path": "pages/register/index", - "style": { - } - }, - { - "path": "pages/menu/color/index", - "style": { - - } - }, - { - "path": "pages/menu/colorMoni/index", - "style": { - - } - }, - { - "path": "pages/menu/promotion/applyRecord/index", - "style": { - } - }, - { - "path": "pages/menu/promotion/bounsRecord/index", - "style": { - } - }, - { - "path": "pages/menu/withdrawl/transactions/index", - "style": { - } - }, - { - "path": "pages/menu/recharge/rechargeRule", - "style": { - } - }, + { + "path": "pages/menu/bankCard/addBankCard/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/bankCard/index", + "style": { + "navigationStyle": "custom" + } + }, - { - "path": "pages/menu/withdrawl/transactions/index", - "style": { - } - }, - { - "path": "pages/menu/withdrawl/withdrawlRecord/index", - "style": { - } - }, - - { - "path": "pages/menu/recharge/index", - "style": { - } - }, + { + "path": "pages/register/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/color/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/colorMoni/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/promotion/applyRecord/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/promotion/bounsRecord/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/withdrawl/transactions/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/recharge/rechargeRule", + "style": { + "navigationStyle": "custom" + } + }, - { - "path": "pages/menu/recharge/record/index", - "style": { - } - }, - + { + "path": "pages/menu/withdrawl/transactions/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/withdrawl/withdrawlRecord/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/recharge/index", + "style": { + "navigationStyle": "custom" + } + }, - { - "path": "pages/menu/rule/arules/index", - "style": { - } - }, - { - "path": "pages/menu/aplan/index", - "style": { - } - }, + { + "path": "pages/menu/recharge/record/index", + "style": { + "navigationStyle": "custom" + } + }, - { - "path": "pages/menu/withdrawl/index", - "style": { - } - }, - { - "path": "pages/menu/promotion/promotionRecord/index", - "style": { - } - }, - { - "path": "pages/menu/recharge/index", - "style": { - } - }, - - { - "path": "pages/menu/My/index", - "style": { - - } - }, + + { + "path": "pages/menu/rule/arules/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/aplan/index", + "style": {} + }, + + + { + "path": "pages/menu/withdrawl/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/menu/promotion/promotionRecord/index", + "style": { + "navigationStyle": "custom" + } + }, + + { + "path": "pages/menu/recharge/index", + "style": { + "navigationStyle": "custom" + } + }, + + { + "path": "pages/menu/My/index", + "style": { + } + }, { "path": "pages/menu/promotion/index", "style": { - + "navigationStyle": "custom" } }, - + { "path": "pages/menu/index/index", "style": { - + "navigationStyle": "custom" } }, - - + + { "path": "pages/login/resetPassword/index", "style": { + "navigationStyle": "custom" } }, - { + { "path": "pages/menu/rule/index", "style": { - + "navigationStyle": "custom" } }, - + { "path": "pages/menu/rule/inviteRule/index", "style": { - + "navigationStyle": "custom" } } - - - + + + ], "globalStyle": { "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#34026B" + "navigationBarBackgroundColor": "#34026B", + "style": { + "app-plus": { + "titleNView": false + } + } }, - "tabBar":{ - "selectedColor":"#34026B", - "list":[ - { - "text":"Home", - "pagePath":"pages/menu/goods/index", - "iconPath":"./static/tabbar/meun_icon_home_nor@3x.png", - "selectedIconPath":"./static/tabbar/meun_icon_home_sel@3x.png" + "tabBar": { + "selectedColor": "#34026B", + "list": [{ + "text": "Home", + "pagePath": "pages/menu/goods/index", + "iconPath": "./static/tabbar/meun_icon_home_nor@3x.png", + "selectedIconPath": "./static/tabbar/meun_icon_home_sel@3x.png" }, { - "text":"Search", - "pagePath":"pages/menu/search/index", - "iconPath":"./static/tabbar/meun_icon_search_nor@3x.png", - "selectedIconPath":"./static/tabbar/meun_icon_search_sel@3x.png" + "text": "Search", + "pagePath": "pages/menu/search/index", + "iconPath": "./static/tabbar/meun_icon_search_nor@3x.png", + "selectedIconPath": "./static/tabbar/meun_icon_search_sel@3x.png" }, { - "text":"Game", - "pagePath":"pages/menu/color/index", - "iconPath":"./static/tabbar/meun_icon_game_nor@2x.png", - "selectedIconPath":"./static/tabbar/meun_icon_game_sel@2x.png" + "text": "Order", + "pagePath":"pages/menu/order/index", + "iconPath": "./static/tabbar/dorder.png", + "selectedIconPath": "./static/tabbar/dorderS.png" }, - + { - "text":"Promotion", - "pagePath":"pages/menu/promotion/index", - "iconPath":"./static/tabbar/meun_icon_promotion_nor@2x.png", - "selectedIconPath":"./static/tabbar/meun_icon_promotion_sel@2x.png" + "text": "Promotion", + "pagePath": "pages/menu/promotion/index", + "iconPath": "./static/tabbar/meun_icon_promotion_nor@2x.png", + "selectedIconPath": "./static/tabbar/meun_icon_promotion_sel@2x.png" }, { - "text":"My", - "pagePath":"pages/menu/My/index", - "iconPath":"./static/tabbar/meun_icon_my_nor@2x.png", - "selectedIconPath":"./static/tabbar/meun_icon_my_sel@2x.png" + "text": "My", + "pagePath": "pages/menu/My/index", + "iconPath": "./static/tabbar/meun_icon_my_nor@2x.png", + "selectedIconPath": "./static/tabbar/meun_icon_my_sel@2x.png" } ] } - + } diff --git a/pages/login/index.css b/pages/login/index.css index 3ba1da9..6c67464 100644 --- a/pages/login/index.css +++ b/pages/login/index.css @@ -23,9 +23,8 @@ .input-item input{ line-height: 96rpx; width: 500rpx; - text-transform: capitalize; font-size: 28rpx; - color: #303133FF; + color: #303133; } .login-sigh{ width: 172rpx; @@ -36,7 +35,7 @@ content: ''; width: 4rpx; height: 26rpx; - background-color: #BFC2CCFF; + background-color: #BFC2CC; position: absolute; right: 16rpx; top: 50%; @@ -58,11 +57,11 @@ } .login-sigh .quhao{ font-size: 28rpx; - color: #303133FF; + color: #303133; margin-left: 20rpx; } .rePass{ - color: #606266FF; + color: #606266; font-size: 28rpx; float: right; } diff --git a/pages/login/index.vue b/pages/login/index.vue index f78de75..20f732b 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -1,6 +1,6 @@ @@ -146,13 +147,14 @@ "countryCode": this.countryCode, "code": this.picCode }) - post.then(res => { + post.then(res => { var that = this; uni.showToast({ - title: res.errMsg, + title: 'Successfully', icon: 'none', duration: 2500 }) + this.getPicCode(); }) .catch(e => { uni.showToast({ @@ -160,6 +162,7 @@ icon: 'none', duration: 2500 }) + this.getPicCode(); }) } else { this.$u.toast('Send after the countdown'); @@ -167,8 +170,8 @@ }, getPicCode() { - this.imgcodeUrl = "/start/api/home/imgCode?uuid=" + this.$u.guid(20); - console.log(this.imgcodeUrl) + + this.imgcodeUrl = "https://apitest.luck-work.com/api/home/imgCode?uuid=" + this.$u.guid(20); }, resetPassword() { diff --git a/pages/menu/My/index.css b/pages/menu/My/index.css index b77e7dd..9ca0188 100644 --- a/pages/menu/My/index.css +++ b/pages/menu/My/index.css @@ -1,7 +1,7 @@ .content{ padding-bottom: 254rpx; - background-color: #F5F7FAFF !important; + background-color: #F5F7FA !important; position: relative; } .flex{ @@ -57,7 +57,7 @@ margin-left: 24rpx; .my-ap{ width: 118rpx; line-height: 44rpx; - background-color: #491C7AFF; + background-color: #491C7A; border-radius: 16rpx; text-align: center; margin-left: 26rpx; @@ -93,7 +93,7 @@ margin-left: 24rpx; width: 100%; line-height: 108rpx; border-bottom: 2rpx solid #F5F7FA; - color: #303133FF; + color: #303133; font-size: 30rpx; text-transform: capitalize; position: relative; @@ -136,7 +136,7 @@ margin-left: 24rpx; } .my-body-out{ text-align: center; - color: #303133FF; + color: #303133; font-size: 32rpx; background-color: #fff; text-transform: capitalize; @@ -190,5 +190,5 @@ margin-left: 24rpx; margin: 0 auto; } .pupler{ - color: #954DE3FF; + color: #954DE3; } \ No newline at end of file diff --git a/pages/menu/My/index.vue b/pages/menu/My/index.vue index ff10fce..fae40ba 100644 --- a/pages/menu/My/index.vue +++ b/pages/menu/My/index.vue @@ -21,8 +21,8 @@ Mobile: +{{areaCode}} {{MyInfo.mobile}} - Available Balance: {{currentBalance}} - @@ -31,9 +31,9 @@ recharge - + @@ -55,13 +55,16 @@ Transactions + + Red Envelope + - + {{item.text}} - + About @@ -118,32 +121,30 @@ data() { return { //判断二级下拉 - i:0, - i2:0, - fujiNum:-1, - fujiNum2:-1, + i: 0, + i2: 0, + fujiNum: -1, + fujiNum2: -1, // 动态显示mask - mCode:-1, - list: [ - { - name: 'male', - value:1, - disabled: false - }, - { - name: 'female', - value:2, - disabled: false - }, - ], + mCode: -1, + list: [{ + name: 'male', + value: 1, + disabled: false + }, + { + name: 'female', + value: 2, + disabled: false + }, + ], newName: '', MyInfo: {}, transferCode: 0, currentBalance: '', areaCode: '', androidUrl: '', - myAList: [ - { + myAList: [{ id: '1', text: 'Bank card' }, @@ -168,6 +169,7 @@ }, onLoad() { + this.openGame() this.areaCode = uni.getStorageSync('siteInfo').areaCode; this.androidUrl = uni.getStorageSync('siteInfo').androidUrl; this.currentBalance = uni.getStorageSync('currentBalance'); @@ -177,7 +179,6 @@ }) post.then(res => { this.MyInfo = res.data; - console.log(this.MyInfo, 9990); uni.setStorage({ key: 'MyInfo', data: res.data, @@ -185,7 +186,6 @@ console.log('success') } }); - console.log(res.data) }) .catch(e => { uni.showToast({ @@ -196,42 +196,77 @@ }) }, methods: { - goPrivacy(){ - uni.navigateTo({ - url:'../about/privacyPolicy' - }) + openGame() { + const post = api.info() + post.then(d => { + // uni.setStorage({ + // key: 'Gamestatus', + // data: d.data.gameMenuStatus, + // }); + + if (d.data.gameMenuStatus == 'close') { + uni.setTabBarItem({ + index: 2, + text: 'Order', + pagePath: '/pages/menu/order/index', + iconPath: '/static/tabbar/dorder.png', + selectedIconPath: '/static/tabbar/dorderS.png' + }) + } else if (d.data.gameMenuStatus == 'open') { + uni.setTabBarItem({ + index: 2, + text: 'Game', + pagePath: "/pages/menu/color/index", + iconPath: "/static/tabbar/meun_icon_game_nor@2x.png", + selectedIconPath: "/static/tabbar/meun_icon_game_sel@2x.png" + }) + } + }) + .catch((e) => { + console.log(e) + }) }, - goRisk(){ - uni.navigateTo({ - url:'../about/RiskDisclosureAGREEMENT' - }) + goPrivacy() { + uni.navigateTo({ + url: '../about/privacyPolicy' + }) + }, + goRisk() { + uni.navigateTo({ + url: '../about/RiskDisclosureAGREEMENT' + }) }, // 判断下拉函数 - fuji(){ - this.fujiNum=1; + fuji() { + this.fujiNum = 1; this.i++; - if(this.i%2==0){ - this.i=0; - this.fujiNum=-1; + if (this.i % 2 == 0) { + this.i = 0; + this.fujiNum = -1; } }, - fuji2(){ - this.fujiNum2=2; + fuji2() { + this.fujiNum2 = 2; this.i2++; - if(this.i2%2==0){ - this.i2=0; - this.fujiNum2=-1; + if (this.i2 % 2 == 0) { + this.i2 = 0; + this.fujiNum2 = -1; } }, // 前往不同页面 go(i) { if (i == 3) { - this.transferCode = 1 - this.mCode=1 + console.log(12313) + uni.reLaunch({ + url: '/pages/menu/order/index', + fail: (err) => { + console.log(err, 22222) + } + }) } if (i == 0) { this.transferCode = 2 - this.mCode=2 + this.mCode = 2 } if (i == 4) { uni.navigateTo({ @@ -240,7 +275,7 @@ } if (i == 2) { uni.navigateTo({ - url: '../bankCard/addAddress/index' + url: '../address/index' }) } if (i == 1) { @@ -249,7 +284,6 @@ }) } if (i == 5) { - console.log(this.androidUrl) // #ifdef H5 window.location.href = this.androidUrl; // #endif @@ -259,6 +293,11 @@ } }, + gorEDenvelope() { + uni.navigateTo({ + url: '../re/list/index' + }) + }, changeName() { uni.showLoading({ title: "loading" @@ -302,7 +341,11 @@ }) }, - + goAplan() { + uni.navigateTo({ + url: '../aplan/index' + }) + }, goRecharge() { uni.navigateTo({ url: '../recharge/index' @@ -313,7 +356,7 @@ url: '../withdrawl/index' }) }, - goTransactions(){ + goTransactions() { uni.navigateTo({ url: '../withdrawl/transactions/index' }) @@ -330,7 +373,7 @@ }) if (res.success == true) { uni.showToast({ - title: 'Log out successfully', + title: 'Exit successful', icon: 'success', duration: 1500 }) diff --git a/pages/menu/about/RiskDisclosureAGREEMENT.vue b/pages/menu/about/RiskDisclosureAGREEMENT.vue index 7d3113d..137fc7d 100644 --- a/pages/menu/about/RiskDisclosureAGREEMENT.vue +++ b/pages/menu/about/RiskDisclosureAGREEMENT.vue @@ -3,17 +3,8 @@ Risk Disclosure AGREEMENT - + - - - A+ Plan is an lnternet online wealth manage ment product launched by NGNClub.NGNC lub users can transfer idle funds in NGNClu b account to A+ Plan to obtain daily income of 0.5% to 1%. For example, if you deposit 10,000 today, you will receive tomorrow 50 to100 income. The funds of A+ Plan can be tr ansferred in and out at any time without affe cting your use. You can choose to transfer t he account funds in to obtain income when you are not playing, such as when you are s leeping and resting - - - - Transfer-in amount: minimum 1000 naira
- Income settlement time: After midnight the n ext day -
@@ -26,18 +17,32 @@ export default{ data(){ return{ - + cont:'' } }, onLoad() { - + this.getText(); }, methods:{ - + getText(){ + const post = api.article({ + "mark":'agreement_betting_risk', + }) + post.then(res => { + this.cont=res.data.content; + }) + .catch(e => { + uni.showToast({ + title: e, + icon: 'none', + duration: 2500 + }) + }) + } }, } @@ -49,7 +54,7 @@ padding-top: 70rpx; } .record_body{ - color: #303133FF; + color: #303133; line-height: 48rpx; font-size: 28rpx; text-transform: capitalize; diff --git a/pages/menu/about/privacyPolicy.vue b/pages/menu/about/privacyPolicy.vue index 0cc4f69..e43cd92 100644 --- a/pages/menu/about/privacyPolicy.vue +++ b/pages/menu/about/privacyPolicy.vue @@ -3,17 +3,10 @@ Privacy Policy - + - - A+ Plan is an lnternet online wealth manage ment product launched by NGNClub.NGNC lub users can transfer idle funds in NGNClu b account to A+ Plan to obtain daily income of 0.5% to 1%. For example, if you deposit 10,000 today, you will receive tomorrow 50 to100 income. The funds of A+ Plan can be tr ansferred in and out at any time without affe cting your use. You can choose to transfer t he account funds in to obtain income when you are not playing, such as when you are s leeping and resting - - - - Transfer-in amount: minimum 1000 naira
- Income settlement time: After midnight the n ext day -
+
@@ -26,18 +19,32 @@ export default{ data(){ return{ - + cont:'' } }, onLoad() { - + this.getText() }, methods:{ - + getText(){ + const post = api.article({ + "mark":'agreement_betting_privacy_policy', + }) + post.then(res => { + this.cont=res.data.content; + }) + .catch(e => { + uni.showToast({ + title: e, + icon: 'none', + duration: 2500 + }) + }) + } }, } @@ -49,7 +56,7 @@ padding-top: 70rpx; } .record_body{ - color: #303133FF; + color: #303133; line-height: 48rpx; font-size: 28rpx; text-transform: capitalize; diff --git a/pages/menu/bankCard/addAddress/index.css b/pages/menu/address/addAddress/index.css similarity index 94% rename from pages/menu/bankCard/addAddress/index.css rename to pages/menu/address/addAddress/index.css index 69197b1..42253a5 100644 --- a/pages/menu/bankCard/addAddress/index.css +++ b/pages/menu/address/addAddress/index.css @@ -25,7 +25,7 @@ width: 500rpx; text-transform: capitalize; font-size: 28rpx; - color: #303133FF; + color: #303133; } .login-sigh{ width: 172rpx; @@ -36,7 +36,7 @@ content: ''; width: 4rpx; height: 26rpx; - background-color: #BFC2CCFF; + background-color: #BFC2CC; position: absolute; right: 16rpx; top: 50%; @@ -58,11 +58,11 @@ } .login-sigh .quhao{ font-size: 28rpx; - color: #303133FF; + color: #303133; margin-left: 20rpx; } .rePass{ - color: #606266FF; + color: #606266; font-size: 28rpx; float: right; } diff --git a/pages/menu/bankCard/addAddress/index.vue b/pages/menu/address/addAddress/index.vue similarity index 57% rename from pages/menu/bankCard/addAddress/index.vue rename to pages/menu/address/addAddress/index.vue index 4c4e2c4..8007ebe 100644 --- a/pages/menu/bankCard/addAddress/index.vue +++ b/pages/menu/address/addAddress/index.vue @@ -1,12 +1,17 @@