| @@ -1159,22 +1159,22 @@ | |||
| "path": "refund-deposit-card", | |||
| "style": { | |||
| "navigationBarTitleText": "储值卡圈存-退款", | |||
| "navigationStyle": "custom", | |||
| "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦 | |||
| "transparentTitle": "always", | |||
| "titlePenetrate": "YES" | |||
| } | |||
| // "navigationStyle": "custom", | |||
| // "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦 | |||
| // "transparentTitle": "always", | |||
| // "titlePenetrate": "YES" | |||
| // } | |||
| } | |||
| }, | |||
| { | |||
| "path": "refund-deposit-card-selectCar", | |||
| "style": { | |||
| "navigationBarTitleText": "储值卡圈存-退款-选择车辆", | |||
| "navigationStyle": "custom", | |||
| "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦 | |||
| "transparentTitle": "always", | |||
| "titlePenetrate": "YES" | |||
| } | |||
| // "navigationStyle": "custom", | |||
| // "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦 | |||
| // "transparentTitle": "always", | |||
| // "titlePenetrate": "YES" | |||
| // } | |||
| } | |||
| }, | |||
| { | |||
| @@ -193,7 +193,7 @@ | |||
| content: '检测到你有一笔未充值的订单,请先进行充值!', | |||
| success: () => { | |||
| //走蓝牙进行修复 | |||
| uni.navigateTo({ | |||
| uni.redirectTo({ | |||
| url: `/pages/bluetooth/bluetooth?routeType=2&&cardId=${state.cardId}&&fee=${state.fee}`, | |||
| }); | |||
| // state.isShowBlue=true; | |||
| @@ -702,7 +702,7 @@ | |||
| request(cardCzPayResult, options).then((res) => { | |||
| const data = stringToJson(res.bizContent); | |||
| if (data.tradeState === "SUCCESS") | |||
| uni.navigateTo({ | |||
| uni.redirectTo({ | |||
| url: `/pages/bluetooth/bluetooth?routeType=2&&cardId=${state.cardId}&&fee=${state.fee}`, | |||
| }); | |||
| // state.isShowBlue=true; | |||
| @@ -62,7 +62,7 @@ | |||
| <style scoped> | |||
| .content{ | |||
| /* background-color:#f6f6f6; */ | |||
| background-color: #EEF7F7; | |||
| min-height:100vh; | |||
| padding: 0 30rpx; | |||
| overflow: hidden; | |||
| @@ -73,7 +73,7 @@ | |||
| margin:20rpx 0; | |||
| } | |||
| .search_wrap>input{ | |||
| background-color:rgb(238,240,237); | |||
| background-color:white; | |||
| width: 76%; | |||
| height: 40rpx; | |||
| line-height: 40rpx; | |||
| @@ -195,8 +195,8 @@ | |||
| <style scoped> | |||
| .content{ | |||
| background-color:rgb(246,246,246); | |||
| height:100vh; | |||
| background-color: #EEF7F7; | |||
| min-height: 100vh; | |||
| } | |||
| .content_all{ | |||
| background-color:white; | |||
| @@ -67,7 +67,7 @@ | |||
| <style scoped> | |||
| .content{ | |||
| background-color:rgb(239,239,239); | |||
| background-color:#EEF7F7; | |||
| width:100%; | |||
| height:100vh; | |||
| overflow: hidden; | |||
| @@ -1,17 +1,19 @@ | |||
| <template> | |||
| <view class="item"> | |||
| <text>对公用户:</text> | |||
| <input class="uni-input" focus placeholder="请输入用户名" v-model='state.name'/> | |||
| <view class="content"> | |||
| <view class="item"> | |||
| <text>对公用户:</text> | |||
| <input class="uni-input" focus placeholder="请输入用户名" v-model='state.name'/> | |||
| </view> | |||
| <view class="item"> | |||
| <text>密码:</text> | |||
| <input style='width:412rpx;' class="uni-input" focus placeholder="请输入密码" v-model='state.password' type='password'/> | |||
| </view> | |||
| <button @click='login()'>登录</button> | |||
| <view class='go'> | |||
| <text @click='goAccount()'>去开户</text> | |||
| <!-- <text @click='forgetPassword()'>忘记密码</text> --> | |||
| </view> | |||
| </view> | |||
| <view class="item"> | |||
| <text>密码:</text> | |||
| <input style='width:412rpx;' class="uni-input" focus placeholder="请输入密码" v-model='state.password' type='password'/> | |||
| </view> | |||
| <button @click='login()'>登录</button> | |||
| <view class='go'> | |||
| <text @click='goAccount()'>去开户</text> | |||
| <!-- <text @click='forgetPassword()'>忘记密码</text> --> | |||
| </view> | |||
| </template> | |||
| <script setup lang='ts'> | |||
| @@ -67,6 +69,10 @@ | |||
| </script> | |||
| <style scoped> | |||
| .content{ | |||
| background-color: #EEF7F7; | |||
| min-height: 100vh; | |||
| } | |||
| .item{ | |||
| display:flex; | |||
| border-bottom:2rpx solid rgb(239,239,239); | |||
| @@ -62,7 +62,7 @@ | |||
| <style scoped> | |||
| .content{ | |||
| /* background-color:#f6f6f6; */ | |||
| background-color: #EEF7F7; | |||
| min-height:100vh; | |||
| padding: 0 30rpx; | |||
| overflow: hidden; | |||
| @@ -73,7 +73,7 @@ | |||
| margin:20rpx 0; | |||
| } | |||
| .search_wrap>input{ | |||
| background-color:rgb(238,240,237); | |||
| background-color:white; | |||
| width: 76%; | |||
| height: 40rpx; | |||
| line-height: 40rpx; | |||
| @@ -1,5 +1,5 @@ | |||
| <template> | |||
| <nav-bar title="储值卡圈存-退款-选择车辆"></nav-bar> | |||
| <!-- <nav-bar title="储值卡圈存-退款-选择车辆"></nav-bar> --> | |||
| <view class="selectCar-box"> | |||
| <view v-if="state.list&&state.list.length>0" @click="choose(i,item)" class="item" v-for="(item,i) in state.list" :key="i"> | |||
| <view class="iten-left"> | |||
| @@ -104,7 +104,7 @@ | |||
| // width: 100%; | |||
| height: 100%; | |||
| padding: 30rpx; | |||
| background-color: #EEF7F7; | |||
| .item { | |||
| padding: 20rpx; | |||
| display: flex; | |||
| @@ -1,5 +1,5 @@ | |||
| <template> | |||
| <nav-bar title="申请退款"></nav-bar> | |||
| <!-- <nav-bar title="申请退款"></nav-bar> --> | |||
| <view class="selectCar-box"> | |||
| <view v-if="state.list&&state.list.length>0" @click="choose(i,item)" class="item" v-for="(item,i) in state.list" :key="i"> | |||
| <view class="iten-left"> | |||
| @@ -62,7 +62,7 @@ | |||
| <style scoped> | |||
| .content{ | |||
| /* background-color:#f6f6f6; */ | |||
| background-color: #EEF7F7; | |||
| min-height:100vh; | |||
| padding: 0 30rpx; | |||
| overflow: hidden; | |||
| @@ -73,7 +73,7 @@ | |||
| margin:20rpx 0; | |||
| } | |||
| .search_wrap>input{ | |||
| background-color:rgb(238,240,237); | |||
| background-color:white; | |||
| width: 76%; | |||
| height: 40rpx; | |||
| line-height: 40rpx; | |||