shish 9 months ago
parent
commit
528fb03195

+ 2 - 2
mallApp/src/pages.json

@@ -1,12 +1,12 @@
 {
     "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "我的花店","enablePullDownRefresh":true} },
         { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } },
-        { "path": "pages/home/category", "style": { "navigationBarTitleText": "花束花篮" } },
+        { "path": "pages/home/category", "style": { "navigationBarTitleText": "花束绿植" } },
         { "path": "pages/home/mall", "style": { "navigationBarTitleText": "相册" } },
         { "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },
         { "path": "pages/home/user", "style": { "navigationBarTitleText": "我的" } },
         { "path": "pages/home/course", "style": { "navigationBarTitleText": "课程"}},
-        { "path": "pages/item/item", "style": { "navigationBarTitleText": "绿植花材"} },
+        { "path": "pages/item/item", "style": { "navigationBarTitleText": "鲜花花材"} },
         { "path": "pages/item/detail", "style": { "navigationBarTitleText": "详情"} },
         { "path": "common/redirect", "style": { "navigationBarTitleText": "加载中..." } },
         { "path": "common/webview", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },

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

@@ -18,7 +18,7 @@
 			<view class="buy-flower-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>
@@ -636,7 +636,7 @@ page {
 
 .buy-material-btn {
 	position: relative;
-	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
+	background: linear-gradient(135deg, #a55eea 0%, #8e44ad 100%);
 	border: none;
 	border-radius: 50upx;
 	padding: 0;

+ 2 - 2
mallApp/src/pages/home/mall.vue

@@ -24,13 +24,13 @@
         <button class="buy-material-btn" @click="buyProduct()">
           <view class="btn-content">
             <text class="material-icon">🌸</text>
-            <text class="btn-text">绿植花材</text>
+            <text class="btn-text">鲜花花材</text>
           </view>
         </button>
         <button class="buy-flower-btn" @click="buyHs()">
           <view class="btn-content">
             <text class="flower-icon">💐</text>
-            <text class="btn-text">花束花篮</text>
+            <text class="btn-text">花束绿植</text>
           </view>
         </button>
       </view>

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

@@ -17,7 +17,7 @@
 			<view class="buy-flower-container">
 				<button class="buy-mall-btn" @click="buyHs()">
 					<view class="btn-content">
-						<text class="btn-text">💐 花束花篮</text>
+						<text class="btn-text">💐 花束绿植</text>
 					</view>
 				</button>
 			</view>
@@ -219,7 +219,7 @@ export default {
 	},
   	onShareAppMessage(res) {
 		return {
-			title: '绿植花材',
+			title: '鲜花花材',
 			desc: "",
 			path: "pages/item/item?account="+this.option.account,
 		}
@@ -609,7 +609,7 @@ export default {
 
 	.buy-mall-btn {
 		position: relative;
-		background: linear-gradient(135deg, #a55eea 0%, #8e44ad 100%);
+		background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
 		border: none;
 		border-radius: 50upx;
 		padding: 0;