Commit c21dffb0 authored by piwen's avatar piwen

pw

parent 042c71fc
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
this.defaultinfo = res.data; this.defaultinfo = res.data;
this.form.product_name = res.data.product_name;//名称 this.form.product_name = res.data.product_name;//名称
this.form.desc = res.data.desc;//描述 this.form.desc = res.data.desc;//描述
this.form.lunch_box_fee = res.data.lunch_box_fee;//餐盒费 this.form.lunch_box_fee = res.data.lunch_box_fee/100;//餐盒费
this.form.price = res.data.price/100;//价格 this.form.price = res.data.price/100;//价格
this.form.photo = res.data.photo;//图片 this.form.photo = res.data.photo;//图片
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</view> </view>
</view> </view>
<video src="" controls></video> <!-- <video src="" controls></video> -->
</checkbox-group> </checkbox-group>
</view> </view>
......
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