Browse Source

tabbar图片替换

hwb0 3 years ago
parent
commit
2781b1b55a

+ 2 - 2
components/custom-tab-bar/custom-tab-bar.vue

@@ -63,8 +63,8 @@
 					},
 					},
 					{
 					{
 						name: "activity",
 						name: "activity",
-						iconPath: "../../static/tabbar/core.png",
-						selectedIconPath: "../../static/tabbar/core_select.png",
+						iconPath: "../../static/tabbar/activity.png",
+						selectedIconPath: "../../static/tabbar/activity_select.png",
 						text: "免费抽奖"
 						text: "免费抽奖"
 					},
 					},
 					{
 					{

+ 2 - 2
components/pay-popup/pay-popup.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
 	<view>
 	<view>
-		<u-popup :show="payShow" mode="bottom" @close="close" :closeable="true">
+		<u-popup :show="payShow" mode="bottom" round="17" @close="close" :closeable="true">
 			<view class="choiceShow-wrap">
 			<view class="choiceShow-wrap">
 				<view class="flex goods">
 				<view class="flex goods">
 					<view class="flex image-wrap">
 					<view class="flex image-wrap">
@@ -184,7 +184,7 @@
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 	.choiceShow-wrap {
 	.choiceShow-wrap {
 		min-height: 400rpx;
 		min-height: 400rpx;
-		padding: 80rpx 0 60rpx;
+		// padding: 80rpx 0 60rpx;
 
 
 		.goods {
 		.goods {
 			padding: 0 20rpx;
 			padding: 0 20rpx;

+ 1 - 0
pages/index/index.vue

@@ -158,6 +158,7 @@
 				ticketTitleIndex: 0, // 盲票标题选中下边
 				ticketTitleIndex: 0, // 盲票标题选中下边
 				list: [1,2,3,4,5],
 				list: [1,2,3,4,5],
 				percentage: 0,
 				percentage: 0,
+				checkStatus: true, 
 			};
 			};
 		},
 		},
 		onLoad(opthios) {
 		onLoad(opthios) {

BIN
static/YouSheBiaoTiHei.ttf


BIN
static/tabbar/activity.png


BIN
static/tabbar/activity_select.png


BIN
static/tabbar/core.png


BIN
static/tabbar/core_select.png


BIN
static/tabbar/index.png


BIN
static/tabbar/index_select.png


BIN
static/tabbar/user.png


BIN
static/tabbar/user_select.png