1 |
- <view><u-popup bind:input="__e" vue-id="e8392bbe-1" mode="center" border-radius="5" z-index="1000" value="{{isShow}}" data-event-opts="{{[['^input',[['__set_model',['','isShow','$event',[]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="payment" style="{{$root.s0}}"><view class="header u-flex u-row-between u-p-l-30 u-p-r-30 u-p-t-20 u-p-b-20"><view>{{title}}</view><u-icon vue-id="{{('e8392bbe-2')+','+('e8392bbe-1')}}" name="close" data-event-opts="{{[['^click',[['close']]]]}}" bind:click="__e" bind:__l="__l"></u-icon></view><view class="u-p-30"><view class="alert-warning u-p-20 u-m-b-10"><view>{{articleTitle}}</view><view class="price u-m-t-10">{{"付费金额:¥"+money}}</view></view><view class="u-border-top u-m-t-20"><u-radio-group bind:input="__e" class="group" vue-id="{{('e8392bbe-3')+','+('e8392bbe-1')}}" value="{{paytype}}" data-event-opts="{{[['^input',[['__set_model',['','paytype','$event',[]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><block tt:for="{{paytypelist}}" tt:for-item="item" tt:for-index="index" tt:key="index"><view class="group"><u-cell-item vue-id="{{('e8392bbe-4-'+index)+','+('e8392bbe-3')}}" icon="{{item.icon}}" icon-style="{{item.iconColor}}" arrow="{{false}}" title="{{item.name}}" data-event-opts="{{[['^click',[['selectType',['$0'],[[['paytypelist','',index,'value']]]]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['right-icon']}}"><u-radio vue-id="{{('e8392bbe-5-'+index)+','+('e8392bbe-4-'+index)}}" slot="right-icon" active-color="{{theme.bgColor}}" label-size="30" name="{{item.value}}" bind:__l="__l" vue-slots="{{['default']}}"><u-icon vue-id="{{('e8392bbe-6-'+index)+','+('e8392bbe-5-'+index)}}" size="30" name="arrow-right" bind:__l="__l"></u-icon></u-radio></u-cell-item></view></block></u-radio-group></view></view><view class="u-text-center u-p-30"><view><u-button vue-id="{{('e8392bbe-7')+','+('e8392bbe-1')}}" type="primary" hover-class="none" custom-style="{{$root.a0}}" size="mini" data-event-opts="{{[['^click',[['submit']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">立即支付</u-button></view><block tt:if="{{vip>0}}"><view class="u-m-t-30"><u-button vue-id="{{('e8392bbe-8')+','+('e8392bbe-1')}}" type="primary" hover-class="none" size="mini" custom-style="{{$root.a1}}" data-event-opts="{{[['^click',[['e0']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">{{'升级VIP'+vip+',免费阅读'}}</u-button></view></block></view></view></u-popup></view>
|