upgradeDetail.axml 219 B

1234567
  1. <import src="../../../Component/aParse/aParse.axml"/>
  2. <view>
  3. <view class="title">{{obj.title}}</view>
  4. <view style="padding:28rpx;">
  5. <template is="aParse" data="{{aParseData:article.nodes}}"/>
  6. </view>
  7. </view>