123456789101112131415161718192021222324252627282930313233 |
- <view class="container">
- <top-swiper bind:__l="__l" imgList="{{imgList}}" vueId="1c037ce0-1"></top-swiper>
- <product-content bind:__l="__l" goodsObjact="{{goodsObjact}}" vueId="1c037ce0-2"></product-content>
- <estimate bind:__l="__l" bind:navTo="__e" data-event-opts="{{[ [ '^navTo',[ [ 'navTo',['/pages/product/reply?id='+goodsid] ] ] ] ]}}" list="{{list}}" reply="{{reply}}" vueId="1c037ce0-3" wx:if="{{reply}}"></estimate>
- <fresh-detail bind:__l="__l" goodsObjact="{{goodsObjact}}" vueId="1c037ce0-4"></fresh-detail>
- <content-text bind:__l="__l" description="{{description}}" vueId="1c037ce0-5"></content-text>
- <view>{{storeInfo.description}}</view>
- <view class="contentBottomHeight"></view>
- <product-bottom bind:__l="__l" bind:buy="__e" bind:specOPne="__e" data-event-opts="{{[ [ '^buy',[ ['buy'] ] ],[ '^specOPne',[ ['specOPne'] ] ] ]}}" goodsObjact="{{goodsObjact}}" goodsid="{{goodsid}}" vueId="1c037ce0-6"></product-bottom>
- <view bindtap="__e" catchtouchmove="__e" class="{{['popup spec',specClass]}}" data-event-opts="{{[ [ 'touchmove',[ [ 'stopPrevent',['$event'] ] ] ],[ 'tap',[ [ 'toggleSpec',['$event'] ] ] ] ]}}">
- <view class="mask"></view>
- <view catchtap="__e" class="layer attr-content" data-event-opts="{{[ [ 'tap',[ [ 'stopPrevent',['$event'] ] ] ] ]}}">
- <view class="a-t">
- <image src="{{actionImage}}"></image>
- <view class="right">
- <text class="name">{{goodsObjact.store_name}}</text>
- <text class="price">{{'¥'+actionPrice*goodsNumber}}</text>
- <text class="stock">{{'库存:'+goodsStore+'件'}}</text>
- <view class="selected" wx:if="{{specList!=''}}">已选:<text class="selected-text" wx:for="{{specSelected}}" wx:for-index="sIndex" wx:for-item="sItem" wx:key="sIndex">{{sItem}}</text>
- </view>
- </view>
- </view>
- <view class="attr-list" wx:for="{{specList}}" wx:key="index">
- <text>{{item.attr_name}}</text>
- <view class="item-list">
- <text bindtap="__e" class="{{['tit',childItem.check?'selected':'']}}" data-event-opts="{{[ [ 'tap',[ [ 'selectSpec',['$0','$1',index],[ [ ['specList','',index],['attr_value','',childIndex] ],[ ['specList','',index] ] ] ] ] ] ]}}" wx:for="{{item.attr_value}}" wx:for-index="childIndex" wx:for-item="childItem" wx:key="childIndex">{{''+childItem.attr+''}}</text>
- </view>
- </view>
- <button catchtap="__e" class="btn" data-event-opts="{{[ [ 'tap',[ [ 'buy',['$event'] ] ] ] ]}}" hidden="{{!buys_show}}">完成</button>
- <button class="btn" hidden="{{!buys_shows}}" style="background-color:#999999;">售罄</button>
- </view>
- </view>
- </view>
|