|
|
@@ -28,7 +28,7 @@
|
|
|
</view>
|
|
|
<view class="summary-bar">
|
|
|
<view class="operate-view" @click="modifyItem">
|
|
|
- <text class="iconfont icongouwuche"></text>修改花材
|
|
|
+ <text class="iconfont icongouwuche"></text>返回修改
|
|
|
</view>
|
|
|
<view class="describe-view">共{{ allCountFun.bigLength }}扎,合计 ¥<text class="price">{{ allPriceFun }}</text></view>
|
|
|
</view>
|
|
|
@@ -142,7 +142,8 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
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;
|
|
|
height: 90upx;
|
|
|
display: flex;
|
|
|
-
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
border-top: 1upx solid #eeeeee;
|
|
|
.operate-view {
|
|
|
display: flex;
|
|
|
-
|
|
|
align-items: center;
|
|
|
color: #3385ff;
|
|
|
- font-size: 26upx;
|
|
|
+ font-size:30upx;
|
|
|
+ font-weight:bold;
|
|
|
.iconfont {
|
|
|
margin-right: 20upx;
|
|
|
font-size: 40upx;
|