纸通宝小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

7 lines
360 B

<view id="frame" class="frame {{ (!foldble || !unfold) ? 'nofold': ''}}">
<text id="content">{{content}}</text>
</view>
<!-- <view class="text-blue" wx:if="{{foldble}}">
<text style="margin-left:30rpx; padding:8rpx 30rpx 8rpx 0rpx" catchtap="unfoldText">{{unfold ? '全文' : '收起'}}</text>
</view>
<view style="height:{{foldble ? 8 : 16}}rpx"></view> -->