Commit 53048dd1 authored by 石家欣's avatar 石家欣

sjx

parents e4203e69 23de06fb
......@@ -180,7 +180,7 @@
this.defaultinfo = res.data;
this.form.product_name = res.data.product_name;//名称
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.photo = res.data.photo;//图片
......
......@@ -40,7 +40,7 @@
<view class="btns btnboxdel" @tap="tochanges(item,index)">修 改</view>
</view>
</view>
<!-- <video src="" controls></video> -->
</checkbox-group>
</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