【开发】 标协会员
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<!--pages/standardRouter/standardRouter.wxml-->
|
||||
<view class="select-box">
|
||||
|
||||
|
||||
|
||||
<view class="wrap">
|
||||
<view class="select-box">
|
||||
<view class="select">
|
||||
<view class="select-item" wx:for="{{pageRputers}}" wx:for-item="item" wx:key="path" bindtap="clickSelect"
|
||||
<view class="select-item" wx:for="{{pageRputers}}" wx:for-item="item" wx:key="path" bindtap="clickSelect"
|
||||
data-item="{{item}}" data-index="{{index}}">
|
||||
<view class="image-box">
|
||||
<view class="img-mask"></view>
|
||||
@@ -14,4 +18,6 @@
|
||||
<text class="select-item"></text>
|
||||
<text class="select-item"></text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
Reference in New Issue
Block a user