feat(打包): 调整订单列表样式、屏蔽订单支付功能、登录页换成手机验证码登录

This commit is contained in:
fhysy 2025-03-25 17:39:21 +08:00
parent 2e108e648a
commit c5012e3e9a
3 changed files with 10 additions and 10 deletions

View File

@ -4,18 +4,17 @@
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [{ "pages": [{
"path": "pages/auth/passwordLogin",
"style": {
"navigationBarTitleText": "密码登录",
"navigationBarBackgroundColor": "#1890ff"
}
},
{
"path": "pages/auth/codeLogin", "path": "pages/auth/codeLogin",
"style": { "style": {
"navigationBarTitleText": "手机号注册/登录", "navigationBarTitleText": "手机号注册/登录",
"navigationBarBackgroundColor": "#1890ff" "navigationBarBackgroundColor": "#1890ff"
} }
},{
"path": "pages/auth/passwordLogin",
"style": {
"navigationBarTitleText": "密码登录",
"navigationBarBackgroundColor": "#1890ff"
}
}, },
{ {
"path": "pages/tabBar/new", "path": "pages/tabBar/new",

View File

@ -78,9 +78,9 @@
</view> </view>
</view> </view>
<!-- 底部购买按钮 --> <!-- 底部购买按钮 -->
<view class="btn-box"> <!-- <view class="btn-box">
<u-button type="primary" style="width: 680rpx;" :loading="buttonLoading" @click="handlePay">去支付</u-button> <u-button type="primary" style="width: 680rpx;" :loading="buttonLoading" @click="handlePay">去支付</u-button>
</view> </view> -->
<u-toast ref="uToast" /> <u-toast ref="uToast" />
</view> </view>
</template> </template>
@ -158,7 +158,7 @@ var jweixin = require('jweixin-module');
let code = this.getUrlCode('code') let code = this.getUrlCode('code')
if (code || this.code) { if (code || this.code) {
this.code = code; this.code = code;
this.getOpenidAndUserinfo(code) // this.getOpenidAndUserinfo(code)
// // URLcode // // URLcode
// const url = window.location.href; // const url = window.location.href;
// const newUrl = url.split('?')[0]; // // const newUrl = url.split('?')[0]; //

View File

@ -355,6 +355,7 @@ export default {
} }
.product-funlist{ .product-funlist{
padding: 5rpx 0; padding: 5rpx 0;
text-align: right;
} }
} }