Bläddra i källkod

improve: 样式及体验优化

From-wh 2 år sedan
förälder
incheckning
673c9f7d57

+ 2 - 2
template/uni-app/pages/annex/vip_paid/index.vue

@@ -58,7 +58,7 @@
 				<navigator class="link" url="/pages/annex/vip_clause/index" hover-class="none">{{$t(`购买即视为同意`)}}《<text
 						class="mark">{{$t(`会员用户协议`)}}</text>》</navigator>
 			</view>
-			<view class="buy" @click="pay">{{$t(`立即支付`)}}</view>
+			<view class="buy" @click="pay">{{ type=== 'free'? $t(`立即试用`) : $t(`立即支付`)}}</view>
 			<view class="cash">
 				<text @click="drawMemberCard">{{$t(`点击兑换卡密`)}}</text>
 			</view>
@@ -1280,4 +1280,4 @@
 			color: #FFFFFF;
 		}
 	}
-</style>
+</style>

+ 5 - 2
template/uni-app/pages/index/visualization/components/recommend.vue

@@ -359,13 +359,16 @@
 	.productList .item .text .vip .vip-money {
 		font-size: 24rpx;
 		color: #282828;
-		font-weight: bold;
+		font-weight: bold;
+		display: flex;
+		align-items: center;
 	}
 
 	.productList .item .text .vip .vip-money image {
 		width: 46rpx;
 		height: 21rpx;
-		margin-left: 4rpx;
+		margin-left: 4rpx;
+		margin-top: 4rpx;
 	}
 
 	.empty-img {

+ 3 - 3
template/uni-app/pages/users/user_goods_collection/index.vue

@@ -6,7 +6,7 @@
 				<view class="admin" @click="showRadio">{{checkbox_show?$t(`取消`):$t(`管理`)}}</view>
 			</view>
 			<checkbox-group @change="checkboxChange">
-				<view class='item acea-row' v-for="(item,index) in collectProductList" :key="index">
+				<view class='item acea-row' v-for="(item,index) in collectProductList" :key="index" @click="jump(item)">
 					<view class="left">
 						<checkbox v-show="checkbox_show" :value="item.pid.toString()" :checked="item.checked" />
 						<view class='pictrue'>
@@ -16,7 +16,7 @@
 							</view>
 						</view>
 					</view>
-					<view class='text acea-row row-column-between' @click="jump(item)">
+					<view class='text acea-row row-column-between'>
 						<view class='name line2'>{{item.store_name}}</view>
 						<view class='acea-row row-between-wrapper'>
 							<view class='money font-color'>{{$t(`¥`)}}{{item.price}}</view>
@@ -326,7 +326,7 @@
 		height: 130rpx;
 		flex: 1;
 		font-size: 28rpx;
-		color: #282828;
+		color: #282828;
 		padding-right: 20rpx;
 	}
 

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 646 - 642
template/uni-app/pages/users/user_invoice_form/index.vue


+ 2 - 1
template/uni-app/pages/users/user_pwd_edit/index.vue

@@ -138,7 +138,8 @@
 					key: that.key,
 					captchaType: 'blockPuzzle',
 					captchaVerification: data.captchaVerification
-				}).then(res => {
+				}).then(res => {
+					this.sendCode()
 					that.$util.Tips({
 						title: res.msg
 					});