|
|
|
|
+<app-result vue-id="2540701a-1" title="{{title?title:'成功'}}" class="data-v-d8bffcec" bind:__l="__l" vue-slots="{{['default']}}"><view class="flowers-list-box data-v-d8bffcec"><view class="flex title data-v-d8bffcec">以下花材售价已变更,如需要请修改:</view><block wx:for="{{flowersList}}" wx:for-item="res" wx:for-index="i" wx:key="i"><view class="flex-space flowers-list data-v-d8bffcec"><view class="flowers-name data-v-d8bffcec">{{res.name}}</view><view class="flex flowers-val data-v-d8bffcec"><input type="text" data-event-opts="{{[['input',[['__set_model',['$0','price','$event',[]],[[['flowersList','',i]]]]]]]}}" value="{{res.price}}" bindinput="__e" class="data-v-d8bffcec"/>元</view><view data-event-opts="{{[['tap',[['changePriceFun',['$0','$1'],[[['flowersList','',i,'id']],[['flowersList','',i,'price']]]]]]]}}" class="flex-center flowers-btn data-v-d8bffcec" bindtap="__e">修改</view></view></block></view></app-result>
|