Commit 2ca9e11e authored by home's avatar home

zxh

parent d3d35c49
...@@ -19,31 +19,7 @@ ...@@ -19,31 +19,7 @@
</view> </view>
</view> </view>
<view v-if="isShow">
<view class="noecellbox">
<view class="title">秒杀价格</view>
<view class="inputbox flex">
<input class="input flex1" type="text" v-model="form.activity_price" value="" placeholder-class="plclass" placeholder="请填写产品价格" />
</view>
</view>
<view class="noecellbox">
<view class="title">限购数量</view>
<view class="inputbox flex">
<input class="input flex1" type="text" v-model="form.limit_num" value="" placeholder-class="plclass" placeholder="请填写产品价格" />
</view>
</view>
<view class="noecellbox">
<view class="title">秒杀库存</view>
<view class="inputbox flex">
<input class="input flex1" type="text" v-model="form.store_count" value="" placeholder-class="plclass" placeholder="请填写产品价格" />
</view>
</view>
</view>
<view class="briefIntroduction"> <view class="briefIntroduction">
<view class="title">产品描述</view> <view class="title">产品描述</view>
...@@ -117,7 +93,31 @@ ...@@ -117,7 +93,31 @@
</view> </view>
</checkbox-group> </checkbox-group>
</view> </view>
<view v-if="isshowsetkilltime">
<view class="noecellbox">
<view class="title">秒杀价格</view>
<view class="inputbox flex">
<input class="input flex1" type="text" v-model="form.activity_price" value="" placeholder-class="plclass" placeholder="请填写产品价格" />
</view>
</view>
<view class="noecellbox">
<view class="title">限购数量</view>
<view class="inputbox flex">
<input class="input flex1" type="text" v-model="form.limit_num" value="" placeholder-class="plclass" placeholder="请填写产品价格" />
</view>
</view>
<view class="noecellbox">
<view class="title">秒杀库存</view>
<view class="inputbox flex">
<input class="input flex1" type="text" v-model="form.store_count" value="" placeholder-class="plclass" placeholder="请填写产品价格" />
</view>
</view>
</view>
<view class="checkboxs" v-if="isshowsetkilltime"> <view class="checkboxs" v-if="isshowsetkilltime">
<view class="title">选择秒杀时段:</view> <view class="title">选择秒杀时段:</view>
<picker-view :value="ischeckedtime" indicator-style="height: 50px;" style="width: 100%; height: 200px;" @change="pickerChange"> <picker-view :value="ischeckedtime" indicator-style="height: 50px;" style="width: 100%; height: 200px;" @change="pickerChange">
......
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