|
@@ -25,7 +25,7 @@
|
|
|
<view class="group" wx:if="{{item.list.length}}">
|
|
<view class="group" wx:if="{{item.list.length}}">
|
|
|
<view class="label"><text class="work {{item.icon}}" />{{item.label}}</view>
|
|
<view class="label"><text class="work {{item.icon}}" />{{item.label}}</view>
|
|
|
<view class="main">
|
|
<view class="main">
|
|
|
- <navigator version='trial' class="item" wx:for="{{item.list}}" wx:for-item="it" wx:for-index="i" target='{{item.appid!=appid?"miniProgram":"self"}}' app-id='{{item.appid}}' path="{{it.path+'?auth='+auth+'&userMsg='+userMsg+'&site='+site}}" url="{{it.path}}" open-type="{{it.openType||'navigate'}}" wx:key="name" data-it="{{it}}" data-item="{{item}}" bindtap="openRecord">
|
|
|
|
|
|
|
+ <navigator version='develop' class="item" wx:for="{{item.list}}" wx:for-item="it" wx:for-index="i" target='{{item.appid!=appid?"miniProgram":"self"}}' app-id='{{item.appid}}' path="{{it.path+'?auth='+auth+'&userMsg='+userMsg+'&site='+site}}" url="{{it.path}}" open-type="{{it.openType||'navigate'}}" wx:key="name" data-it="{{it}}" data-item="{{item}}" bindtap="openRecord">
|
|
|
<view class="icon-box" style="background-color: {{it.bColor}};">
|
|
<view class="icon-box" style="background-color: {{it.bColor}};">
|
|
|
<text class="work {{it.icon}}" style="color: {{it.color}};" />
|
|
<text class="work {{it.icon}}" style="color: {{it.color}};" />
|
|
|
</view>
|
|
</view>
|