feat(打包): 调整订单列表样式、屏蔽订单支付功能、登录页换成手机验证码登录
This commit is contained in:
parent
2e108e648a
commit
c5012e3e9a
13
pages.json
13
pages.json
|
@ -4,18 +4,17 @@
|
|||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"pages": [{
|
||||
"path": "pages/auth/passwordLogin",
|
||||
"style": {
|
||||
"navigationBarTitleText": "密码登录",
|
||||
"navigationBarBackgroundColor": "#1890ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/auth/codeLogin",
|
||||
"style": {
|
||||
"navigationBarTitleText": "手机号注册/登录",
|
||||
"navigationBarBackgroundColor": "#1890ff"
|
||||
}
|
||||
},{
|
||||
"path": "pages/auth/passwordLogin",
|
||||
"style": {
|
||||
"navigationBarTitleText": "密码登录",
|
||||
"navigationBarBackgroundColor": "#1890ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/tabBar/new",
|
||||
|
|
|
@ -78,9 +78,9 @@
|
|||
</view>
|
||||
</view>
|
||||
<!-- 底部购买按钮 -->
|
||||
<view class="btn-box">
|
||||
<!-- <view class="btn-box">
|
||||
<u-button type="primary" style="width: 680rpx;" :loading="buttonLoading" @click="handlePay">去支付</u-button>
|
||||
</view>
|
||||
</view> -->
|
||||
<u-toast ref="uToast" />
|
||||
</view>
|
||||
</template>
|
||||
|
@ -158,7 +158,7 @@ var jweixin = require('jweixin-module');
|
|||
let code = this.getUrlCode('code')
|
||||
if (code || this.code) {
|
||||
this.code = code;
|
||||
this.getOpenidAndUserinfo(code)
|
||||
// this.getOpenidAndUserinfo(code)
|
||||
// // 清除URL中的code参数
|
||||
// const url = window.location.href;
|
||||
// const newUrl = url.split('?')[0]; // 去掉参数部分
|
||||
|
|
|
@ -355,6 +355,7 @@ export default {
|
|||
}
|
||||
.product-funlist{
|
||||
padding: 5rpx 0;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue