Browse Source

隐藏微信登录页面、合并开票逻辑进行隐藏

master
liaoxinyu 10 months ago
parent
commit
594e70691f
  1. 3
      pages/Invoicing/Invoicing.vue
  2. 7
      pages/index/index.vue

3
pages/Invoicing/Invoicing.vue

@ -250,7 +250,8 @@
// //
candidates: [], candidates: [],
// //
mergelist: [{text: '不合并',value: '0'},{text: '合并',value: '1'}], // {text: '',value: '1'}
mergelist: [{text: '不合并',value: '0'},],
form1:{}, form1:{},
form2:{}, form2:{},
text:'' text:''

7
pages/index/index.vue

@ -69,10 +69,10 @@
<uni-popup ref="popup" type="bottom" background-color="#fff" border-radius="10px 10px 0 0" @close="close"> <uni-popup ref="popup" type="bottom" background-color="#fff" border-radius="10px 10px 0 0" @close="close">
<view class="view_popup"> <view class="view_popup">
<view style="margin: 40rpx 80rpx;padding: 40rpx;" @click="login"> <!-- <view style="margin: 40rpx 80rpx;padding: 40rpx;" @click="login">
<image src="../../static/weixin.png" mode="widthFix" style="width: 80rpx;"></image> <image src="../../static/weixin.png" mode="widthFix" style="width: 80rpx;"></image>
<view>微信登录</view> <view>微信登录</view>
</view> </view> -->
<view style="margin: 40rpx 80rpx;padding: 40rpx;" @click="mobile"> <view style="margin: 40rpx 80rpx;padding: 40rpx;" @click="mobile">
<image src="../../static/mobile.png" mode="widthFix" style="width: 80rpx;"></image> <image src="../../static/mobile.png" mode="widthFix" style="width: 80rpx;"></image>
<view>手机号登录</view> <view>手机号登录</view>
@ -434,7 +434,8 @@
height: 150px; height: 150px;
display: flex; display: flex;
text-align: center; text-align: center;
justify-content: space-between; // justify-content: space-between;
justify-content: center;
} }
.index_list{ .index_list{

Loading…
Cancel
Save