diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 9ab751c..694c7af 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -4,8 +4,8 @@ - - + + 市级供应链 @@ -38,8 +38,8 @@ - - + + 我的店铺 @@ -100,8 +100,8 @@ - - + + 里海云仓 diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue index 875655e..68db3b7 100644 --- a/pages/store/home/index.vue +++ b/pages/store/home/index.vue @@ -674,12 +674,12 @@ this.getCategory(); break; case 3: - this.where={ - order: '', - keyword: '', - page: 1, - limit: 30 - }; + this.where = { + order: '', + keyword: '', + page: 1, + limit: 30 + }; this.getGoods(); break; case 4: @@ -1115,14 +1115,14 @@ // 首页 goHome() { uni.switchTab({ - url: '/pages/home/index' + url: '/pages/index/index' }); }, // 商铺底部切换 tab: function(param) { - if(this.tabActive==param){ - return false; - } + if (this.tabActive == param) { + return false; + } this.goods = [] this.tabActive = param; this.goodsLoading = this.loadend = this.loading = false diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 0a66909..48d5fb6 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -1,998 +1,1072 @@ - - - - - - - - 申请记录 - - - - - - 商户名称 - - - - - - 用户姓名 - - - - - - 联系电话 - - - - - - 验证码 - - - {{ text }} - - - - - - 验证码 - - - - - - - - - 商户分类 - - - - - - - - - - - - - 店铺类型 - ? - - - - - - - - - - - - 请上传营业执照及行业相关资质证明图片 - (图片最多可上传10张,图片格式支持JPG、PNG、JPEG) - - - - - - - - 上传图片 - - - - - - - 已阅读并同意 - 《入驻协议》 - - 提交申请 - - - - - - - {{isType ? '店铺类型说明' : '商户入驻协议'}} - - - - - - - - - - - - - - - - 恭喜,您的资料提交成功! - 预计15个工作日内审核完毕,平台客服会及时与您联系! - - 返回首页 - - - + + + + + + + + 申请记录 + + + + + + 商户名称 + + + + + + 用户姓名 + + + + + + 联系电话 + + + + + + 验证码 + + + {{ text }} + + + + + + 验证码 + + + + + + + + + + + 商户分类 + + + + + + + + + + + + + 店铺类型 + ? + + + + + + + + + + + + 请上传营业执照及行业相关资质证明图片 + (图片最多可上传10张,图片格式支持JPG、PNG、JPEG) + + + + + + + + 上传图片 + + + + + + + 已阅读并同意 + + 《入驻协议》 + + 提交申请 + + + + + + + {{isType ? '店铺类型说明' : '商户入驻协议'}} + + + + + + + + + + + + + + + + + 恭喜,您的资料提交成功! + 预计15个工作日内审核完毕,平台客服会及时与您联系! + + 返回首页 + + + + /deep/checkbox .uni-checkbox-input.uni-checkbox-input-checked, + /deep/checkbox .wx-checkbox-input.wx-checkbox-input-checked { + border: 1px solid var(--view-theme) !important; + background-color: var(--view-theme) !important; + color: #fff !important; + } + + .uni-input-placeholder { + color: #B2B2B2; + } + + .item-name { + width: 190rpx; + } + + .uni-list-cell { + position: relative; + + .iconfont { + font-size: 14px; + color: #7a7a7a; + position: absolute; + right: 15px; + top: 7rpx; + } + + .icon-guanbi2 { + right: 35px; + } + } + + .merchantBgCount { + line-height: 0; + } + + .merchantsSettled { + background-image: linear-gradient(var(--view-bntColor21) 0%, var(--view-bntColor22) 100%); + height: 140vh; + } + + .merchantsSettled .merchantBg { + width: 750rpx; + width: 100%; + } + + .merchantsSettled .list { + background-color: #fff; + border-radius: 12px; + padding: 22px 0; + margin: 0 15px; + position: absolute; + top: 300rpx; + width: calc(100% - 30px); + + } + + .application-record { + position: absolute; + display: flex; + align-items: center; + top: 240rpx; + right: 0; + color: #fff; + font-size: 22rpx; + background-color: rgba(0, 0, 0, 0.3); + padding: 8rpx 18rpx; + border-radius: 20px 0px 0px 20px; + } + + .merchantsSettled .list .item { + padding: 50rpx 0 20rpx; + border-bottom: 1px solid #eee; + position: relative; + margin: 0 20px; + + &.no-border { + border-bottom: none; + padding-left: 0; + padding-right: 0; + } + + .item-title { + color: #666666; + font-size: 28rpx; + display: block; + } + + .item-desc { + color: #B2B2B2; + font-size: 22rpx; + display: block; + margin-top: 9rpx; + line-height: 36rpx; + } + } + + .acea-row, + .upload { + display: -webkit-box; + display: -moz-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-lines: multiple; + -moz-box-lines: multiple; + -o-box-lines: multiple; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + + .upload { + margin-top: 20rpx; + } + + .acea-row.row-middle { + -webkit-box-align: center; + -moz-box-align: center; + -o-box-align: center; + -ms-flex-align: center; + -webkit-align-items: center; + align-items: center; + padding-left: 2px; + } + + .acea-row.row-column { + -webkit-box-orient: vertical; + -moz-box-orient: vertical; + -o-box-orient: vertical; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + } + + .acea-row.row-center-wrapper { + -webkit-box-align: center; + -moz-box-align: center; + -o-box-align: center; + -ms-flex-align: center; + -webkit-align-items: center; + align-items: center; + -webkit-box-pack: center; + -moz-box-pack: center; + -o-box-pack: center; + -ms-flex-pack: center; + -webkit-justify-content: center; + justify-content: center; + } + + .merchantsSettled .list .item .pictrue { + width: 130rpx; + height: 130rpx; + margin: 24rpx 22rpx 0 0; + position: relative; + font-size: 11px; + color: #bbb; + + &:nth-child(4n) { + margin-right: 0; + } + + &:nth-last-child(1) { + border: 0.5px solid #ddd; + box-sizing: border-box; + } + + uni-image, + image { + width: 100%; + height: 100%; + border-radius: 1px; + + img { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + display: block; + position: absolute; + top: 0; + left: 0; + opacity: 0; + width: 100%; + height: 100%; + } + } + + .icon-guanbi1 { + font-size: 33rpx; + position: absolute; + top: -10px; + right: -10px; + } + } + + .uni-list-cell-db { + position: relative; + } + + .wenhao { + width: 34rpx; + height: 34rpx; + display: flex; + align-items: center; + justify-content: center; + font-size: 28rpx; + border-radius: 50%; + background: #E3E3E3; + color: #ffffff !important; + margin-left: 4rpx; + position: absolute; + left: 122rpx; + } + + .merchantsSettled .list .item .imageCode { + position: absolute; + top: 7px; + right: 0; + } + + .merchantsSettled .list .item .icon { + font-size: 40rpx; + color: #b4b1b4; + } + + .merchantsSettled .list .item input { + width: 400rpx; + font-size: 30rpx; + } + + .merchantsSettled .list .item .placeholder { + color: #b2b2b2; + } + + .merchantsSettled .default { + padding: 0 30rpx; + height: 90rpx; + background-color: #fff; + margin-top: 23rpx; + } + + .merchantsSettled .default checkbox { + margin-right: 15rpx; + } + + .merchantsSettled .acea-row uni-image { + width: 20px; + height: 20px; + display: block; + } + + .merchantsSettled .list .item .codeIput { + width: 125px; + } + + .uni-input-input { + display: block; + height: 100%; + background: none; + color: inherit; + opacity: 1; + -webkit-text-fill-color: currentcolor; + font: inherit; + line-height: inherit; + letter-spacing: inherit; + text-align: inherit; + text-indent: inherit; + text-transform: inherit; + text-shadow: inherit; + } + + .merchantsSettled .list .item .code { + position: absolute; + width: 93px; + line-height: 27px; + border: 1px solid var(--view-theme); + border-radius: 15px; + color: var(--view-theme); + text-align: center; + bottom: 8px; + right: 0; + font-size: 12px; + } + + .merchantsSettled .list .item .code.on { + background-color: #bbb; + color: #fff; + border-color: #bbb; + } + + .merchantsSettled .submitBtn { + width: 588rpx; + margin: 0 auto; + height: 86rpx; + border-radius: 25px; + text-align: center; + line-height: 86rpx; + font-size: 15px; + color: #fff; + background: #E3E3E3; + margin-top: 25px; + pointer-events: none; + } + + .merchantsSettled .submitBtn.on { + background: var(--view-theme); + pointer-events: all; + } + + uni-checkbox-group, + .settleAgree { + display: inline-block; + font-size: 24rpx; + } + + uni-checkbox-group { + color: #b2b2b2; + } + + .settleAgree { + color: var(--view-theme); + position: relative; + top: 2px; + left: 8px; + } + + .merchantsSettled uni-checkbox .uni-checkbox-wrapper { + width: 30rpx; + height: 30rpx; + border: 2rpx solid #C3C3C3; + border-radius: 15px; + } + + .settlementAgreement { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background: rgba(0, 0, 0, .5); + z-index: 10; + } + + .settlementAgreement .setAgCount { + background: #fff; + width: 656rpx; + height: 458px; + position: absolute; + top: 50%; + left: 50%; + border-radius: 12rpx; + -webkit-border-radius: 12rpx; + padding: 52rpx; + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + overflow: hidden; + + .content { + height: 900rpx; + overflow-y: scroll; + + /deep/ p { + font-size: 13px; + line-height: 22px; + } + + /deep/ img { + max-width: 100%; + } + } + } + + .settlementAgreement .setAgCount .icon { + font-size: 42rpx; + color: #b4b1b4; + position: absolute; + top: 15rpx; + right: 15rpx; + } + + .settlementAgreement .setAgCount .title { + color: #333; + font-size: 32rpx; + text-align: center; + font-weight: bold; + } + + .settlementAgreement .setAgCount .content { + margin-top: 32rpx; + color: #333; + font-size: 26rpx; + line-height: 22px; + text-align: justify; + text-justify: distribute-all-lines; + height: 756rpx; + overflow-y: scroll; + } + + .settledSuccessMain { + height: 100vh; + display: flex; + flex-direction: column; + background: #fff; + } + + .settledSuccessful { + flex: 1; + width: 100%; + padding: 0 56px; + height: auto; + background: #fff; + text-align: center; + } + + .settledSuccessful .image { + width: 189px; + height: 157px; + margin-top: 66px; + } + + .settledSuccessful .title { + color: #333333; + font-size: 16px; + font-weight: bold; + margin-top: 35px; + } + + .settledSuccessful .info { + color: #A0A0A0; + font-size: 13px; + margin-top: 12px; + } + + .settledSuccessful .goHome { + margin: 60px auto 0; + line-height: 43px; + color: #282828; + font-size: 15px; + border: 1px solid #B4B4B4; + border-radius: 60px; + } + + /deep/ uni-checkbox .uni-checkbox-input { + width: 15px; + height: 15px; + position: relative; + } + + /deep/ uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked:before { + font-size: 14px; + } + + .loadingicon { + height: 100vh; + overflow: hidden; + position: absolute; + top: 0; + left: 0; + } + + .icon-xiangyou { + font-size: 22rpx; + } + + // #ifdef MP + checkbox-group { + display: inline-block; + } + + // #endif + .setAgCount { + /deep/ table { + border: 1px solid #DDD; + border-bottom: none; + border-right: none; + } + + /deep/ td, + th { + padding: 5rpx 10rpx; + border-bottom: 1px solid #DDD; + border-right: 1px solid #DDD; + } + } + \ No newline at end of file diff --git a/pages/users/login/index.vue b/pages/users/login/index.vue index b568b0b..47ad162 100644 --- a/pages/users/login/index.vue +++ b/pages/users/login/index.vue @@ -196,35 +196,36 @@ .then(({ data }) => { - // #ifdef MP - //用户没有绑定openid,授权并绑定 - if (data.user.wechat_user_id === 0) { - let that=this - wx.getUserInfo({ - success: function (res) { - const encryptedData = res.encryptedData - const iv = res.iv - wx.login({ - success (res) { - if (res.code) { - bindMp({code: res.code, iv: iv, encryptedData: encryptedData,phone: that.account}).then(res => { - // console.log(res); - }) - } else { - console.log('登录失败!' + res.errMsg) - } - } - }) - }, - fail(e) { - console.log('登录失败!' + res.errMsg) - } - }) - } - // #endif + // #ifdef MP + //用户没有绑定openid,授权并绑定 + if (data.user.wechat_user_id === 0) { + let that = this + wx.getUserInfo({ + success: function(res) { + const encryptedData = res.encryptedData + const iv = res.iv + wx.login({ + success(res) { + if (res.code) { + bindMp({ code: res.code, iv: iv, encryptedData: encryptedData, phone: that + .account }).then(res => { + // console.log(res); + }) + } else { + console.log('登录失败!' + res.errMsg) + } + } + }) + }, + fail(e) { + console.log('登录失败!' + res.errMsg) + } + }) + } + // #endif console.log('验证码登录', data); let time = data.expires_time - Cache.time(); - const backUrl = that.$Cache.get(BACK_URL) || "/pages/home/index"; + const backUrl = that.$Cache.get(BACK_URL) || "/pages/index/index"; that.$Cache.clear(BACK_URL); that.$store.commit("LOGIN", { 'token': data.token, @@ -238,7 +239,7 @@ Cache.set(USER_INFO, data.user, time); // #endif let method - let indexPat = ['/pages/home/index', '/pages/order_addcart/order_addcart', + let indexPat = ['/pages/index/index', '/pages/order_addcart/order_addcart', '/pages/goods_cate/goods_cate', '/pages/user/index' ] @@ -249,7 +250,7 @@ } if (this.getPath(backUrl) === '/pages/users/login/index') { uni.switchTab({ - url: '/pages/home/index' + url: '/pages/index/index' }); return } diff --git a/pages/users/user_info/index.vue b/pages/users/user_info/index.vue index c391ab3..d66a122 100644 --- a/pages/users/user_info/index.vue +++ b/pages/users/user_info/index.vue @@ -305,7 +305,7 @@ .then(res => { that.$store.commit("LOGOUT"); uni.reLaunch({ - url: '/pages/home/index', + url: '/pages/index/index', }); }) .catch(err => {