|
|
@@ -2,59 +2,13 @@ |
|
|
|
<view class='title'>生成规则</view> |
|
|
|
<view class='scroll'> |
|
|
|
<scroll-view scroll-x class="scroll-header"> |
|
|
|
<view class="scroll-view-item"> |
|
|
|
<view class='thin_circle'> |
|
|
|
<view class='view'> |
|
|
|
<text>每日</text> |
|
|
|
<text>登录</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text>{{loginscoreNumber}}成长值</text> |
|
|
|
</view> |
|
|
|
<view class="scroll-view-item"> |
|
|
|
<view class='thin_circle'> |
|
|
|
<view class='view'> |
|
|
|
<text>线上</text> |
|
|
|
<text>交易1元</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text>{{consumptionScoreNumber}}成长值</text> |
|
|
|
</view> |
|
|
|
<view class="scroll-view-item"> |
|
|
|
<view class='thin_circle'> |
|
|
|
<view class='view'> |
|
|
|
<text>授权</text> |
|
|
|
<text>个人信息</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text>{{personscoreNumber}}成长值</text> |
|
|
|
</view> |
|
|
|
<view class="scroll-view-item"> |
|
|
|
<view class='thin_circle'> |
|
|
|
<view class='view'> |
|
|
|
<text>授权</text> |
|
|
|
<text>手机号</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text>{{phonescoreNumber}}成长值</text> |
|
|
|
</view> |
|
|
|
<view class="scroll-view-item"> |
|
|
|
<view class='thin_circle'> |
|
|
|
<view class='view'> |
|
|
|
<text>连接</text> |
|
|
|
<text>WIFI一次</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text>{{wifiscoreNumber}}成长值</text> |
|
|
|
</view> |
|
|
|
<view class="scroll-view-item"> |
|
|
|
<view class="scroll-view-item" wx:for="{{rules}}" wx:key="index"> |
|
|
|
<view class='thin_circle last'> |
|
|
|
<view class="view"> |
|
|
|
<text>绑定</text> |
|
|
|
<text>车牌一个</text> |
|
|
|
<text>{{item.desc}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text>{{bindCarScoreNumber}}成长值</text> |
|
|
|
<text>{{item.score}}成长值</text> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|