pageSuccess.wxml 1.2 KB

1
  1. <app-result vue-id="2540701a-1" title="{{title?title:'成功'}}" class="data-v-bbd4423c" bind:__l="__l" vue-slots="{{['default']}}"><view class="flowers-list-box data-v-bbd4423c"><view class="flex title data-v-bbd4423c">采购已入库,建议修改售价:</view><block wx:for="{{flowersList}}" wx:for-item="res" wx:for-index="i" wx:key="i"><view class="flex-space flowers-list data-v-bbd4423c"><view class="ov-1x flowers-name data-v-bbd4423c">{{res.name}}</view><view class="flex flowers-val data-v-bbd4423c"><input type="digit" data-event-opts="{{[['focus',[['priceFocus',[i]]]],['input',[['__set_model',['$0','autoPrice','$event',[]],[[['flowersList','',i]]]],['updatePrice',['$0','$1'],[[['flowersList','',i,'id']],[['flowersList','',i,'autoPrice']]]]]]]}}" value="{{res.autoPrice}}" bindfocus="__e" bindinput="__e" class="data-v-bbd4423c"/>元</view></view></block></view><button data-event-opts="{{[['tap',[['commitChange',['$event']]]]]}}" class="admin-button-com big blue data-v-bbd4423c" style="width:80%;margin-top:50rpx;" bindtap="__e">保存修改</button><navigator class="flex-center goHome data-v-bbd4423c" open-type="switchTab" data-event-opts="{{[['tap',[['goBackHome',['$event']]]]]}}" bindtap="__e">返回首页</navigator></app-result>