hmp vor 4 Jahren
Ursprung
Commit
107520dfdb

+ 3 - 3
pages/my-bills/comps/channel-point-bill.vue

@@ -22,13 +22,13 @@
 					<text>{{defaultTime}}</text>
 					<text class="cuIcon-triangledownfill text-gray" style="font-size: 50rpx;"></text>
 				</view>
-				<view class="total-box">收入¥0.00 支出¥0.00</view>
+				<!-- <view class="total-box">收入¥0.00 支出¥0.00</view> -->
 			</view>
 			
-			<view class="center margin-right-30">
+			<!-- <view class="center margin-right-30">
 				统计
 				<text class="cuIcon-right"></text>
-			</view>
+			</view> -->
 		</view>
 
 		<scroll-view scroll-x class="bg-white nav">

+ 3 - 3
pages/my-bills/comps/point-bills.vue

@@ -23,13 +23,13 @@
 					<text>{{defaultTime}}</text>
 					<text class="cuIcon-triangledownfill text-gray" style="font-size: 50rpx;"></text>
 				</view>
-				<view class="total-box">收入¥0.00 支出¥0.00</view>
+				<!-- <view class="total-box">收入¥0.00 支出¥0.00</view> -->
 			</view>
 			
-			<view class="center margin-right-30">
+			<!-- <view class="center margin-right-30">
 				统计
 				<text class="cuIcon-right"></text>
-			</view>
+			</view> -->
 		</view>
 
 		<scroll-view scroll-x class="bg-white nav">

+ 4 - 2
pages/shop-info/shop-info.vue

@@ -753,7 +753,8 @@
 		methods: {
 			clickType(index){
 				this.typeIndex=index
-				if (this.typeIndex==0 ) {
+				if (this.typeIndex==1 ) {
+					//企业
 					if (this.needBankInfo) {
 						this.totalStep=5
 					}else{
@@ -761,7 +762,8 @@
 					}
 				}
 				
-				if (this.typeIndex==1) {
+				if (this.typeIndex==0) {
+					//小微企业
 					this.auditForm.typeOfEnterprise='MINICRO'
 					if (this.needBankInfo) {
 						this.totalStep=4