shish il y a 3 ans
Parent
commit
9988c2f214
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      mallApp/src/pages/billing/affirmGhs.vue

+ 5 - 5
mallApp/src/pages/billing/affirmGhs.vue

@@ -28,7 +28,7 @@
 						</view>
 						</view>
 						<view class="summary-bar">
 						<view class="summary-bar">
 							<view class="operate-view" @click="modifyItem">
 							<view class="operate-view" @click="modifyItem">
-								<text class="iconfont icongouwuche"></text>修改花材
+								<text class="iconfont icongouwuche"></text>返回修改
 							</view>
 							</view>
 							<view class="describe-view">共{{ allCountFun.bigLength }}扎,合计 ¥<text class="price">{{ allPriceFun }}</text></view>
 							<view class="describe-view">共{{ allCountFun.bigLength }}扎,合计 ¥<text class="price">{{ allPriceFun }}</text></view>
 						</view>
 						</view>
@@ -142,7 +142,8 @@ export default {
 			});
 			});
 		},
 		},
 		modifyItem() {
 		modifyItem() {
-			this.$msg('开发中')
+			let account = uni.getStorageSync('account')
+			this.$util.pageTo({url:'/pages/item/item?account='+account,type:2})
 		}
 		}
 	}
 	}
 };
 };
@@ -216,16 +217,15 @@ export default {
 				padding: 0 20upx;
 				padding: 0 20upx;
 				height: 90upx;
 				height: 90upx;
 				display: flex;
 				display: flex;
-
 				align-items: center;
 				align-items: center;
 				justify-content: space-between;
 				justify-content: space-between;
 				border-top: 1upx solid #eeeeee;
 				border-top: 1upx solid #eeeeee;
 				.operate-view {
 				.operate-view {
 					display: flex;
 					display: flex;
-
 					align-items: center;
 					align-items: center;
 					color: #3385ff;
 					color: #3385ff;
-					font-size: 26upx;
+					font-size:30upx;
+					font-weight:bold;
 					.iconfont {
 					.iconfont {
 						margin-right: 20upx;
 						margin-right: 20upx;
 						font-size: 40upx;
 						font-size: 40upx;