shish 1 year ago
parent
commit
2b7c9e0e82
2 changed files with 3 additions and 3 deletions
  1. 1 1
      mallApp/src/pages/home/category.vue
  2. 2 2
      mallApp/src/pages/item/item.vue

+ 1 - 1
mallApp/src/pages/home/category.vue

@@ -13,7 +13,7 @@
 		<view class="buy-material-container">
 			<button class="buy-material-btn" @click="buyProduct()">
 				<view class="btn-content">
-					<text class="btn-text">花材</text>
+					<text class="btn-text">花材绿植</text>
 				</view>
 			</button>
 		</view>

+ 2 - 2
mallApp/src/pages/item/item.vue

@@ -18,7 +18,7 @@
 				<button class="buy-flower-btn" @click="buyHs()">
 					<view class="btn-content">
 						<view class="flower-icon-css"></view>
-						<text class="btn-text">花束</text>
+						<text class="btn-text">花束花礼</text>
 						<view class="sparkle-css"></view>
 					</view>
 				</button>
@@ -637,7 +637,7 @@ export default {
 		border-radius: 50upx;
 		padding: 0;
 		height: 80upx;
-		min-width: 160upx;
+		min-width: 200upx;
 		box-shadow: 0 8upx 20upx rgba(255, 107, 107, 0.3);
 		overflow: hidden;
 		animation: pulse 2s infinite;