16 lines
577 B
Plaintext
16 lines
577 B
Plaintext
<!-- index.wxml -->
|
|
<view class="page-body">
|
|
<view class="qrcode_view">
|
|
<view class="row">
|
|
<text class="text">分享权限</text>
|
|
<view class="icon-view">
|
|
<g-icon name="person_add" size="30" />
|
|
</view>
|
|
</view>
|
|
<view class="col">
|
|
<text class="relation">{{entity || '-' }}上的{{relation || '-'}}</text>
|
|
<image src="{{url}}" mode="aspectFit" class="image" />
|
|
<text class="tip">分享此页面,或让用户扫码领取</text>
|
|
</view>
|
|
</view>
|
|
</view> |