| 1 |
- <view class="app-content _div data-v-5c6401b8"><view class="prompt-text _div data-v-5c6401b8">客户想买此商品,但没价格,请设置</view><view class="img-wrap _div data-v-5c6401b8"><image class="goods-img _img data-v-5c6401b8" src="{{data.imgUrl}}" mode="widthFix" alt="商品图片"></image></view><view class="input-line-wrap _div data-v-5c6401b8"><tui-list-cell class="line-cell data-v-5c6401b8" vue-id="67f26662-1" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title _div data-v-5c6401b8">名称</view><input class="tui-input data-v-5c6401b8" placeholder-class="phcolor" name="name" placeholder="请输入" type="text" data-event-opts="{{[['input',[['__set_model',['$0','name','$event',[]],['form']]]]]}}" value="{{form.name}}" bindinput="__e"/></tui-list-cell><tui-list-cell class="line-cell data-v-5c6401b8" vue-id="67f26662-2" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title _div data-v-5c6401b8">价格</view><input class="tui-input data-v-5c6401b8" placeholder-class="phcolor" name="price" placeholder="请输入" maxlength="50" type="number" data-event-opts="{{[['input',[['__set_model',['$0','price','$event',[]],['form']]]]]}}" value="{{form.price}}" bindinput="__e"/><view class="tui-prompt _div data-v-5c6401b8">元</view></tui-list-cell></view><button data-event-opts="{{[['tap',[['confirmFn',['$event']]]]]}}" class="admin-button-com blue big confirm-btn data-v-5c6401b8" bindtap="__e">确定</button></view>
|