Commit b204250c authored by 沈良进's avatar 沈良进

save

parent 02d72d13
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
<view class="goods"> <view class="goods">
<image :src="goodimage" class="img" @click="previewImage(0,goodimage)"></image> <image :src="goodimage" class="img" @click="previewImage(0,goodimage)"></image>
<view class="chosen-info"> <view class="chosen-info">
<view class="price" :style="{ color: mc }">
<text class="small"></text>
<text>{{ goodprice }}</text>
</view>
<view class="price" :style="{ color: mc }"> <view class="price" :style="{ color: mc }">
<text class="small"></text> <text class="small"></text>
<text>{{ goodprice }}</text> <text>{{ goodprice }}</text>
......
...@@ -256,9 +256,6 @@ ...@@ -256,9 +256,6 @@
},{ },{
"path": "pay-success2" "path": "pay-success2"
}, },
{
"path": "pay-success2"
},
{ {
"path": "order-submit" "path": "order-submit"
}, { }, {
...@@ -897,6 +894,7 @@ ...@@ -897,6 +894,7 @@
// } // }
// ] // ]
// } // }
],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "", "navigationBarTitleText": "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment