C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
409 B

  1. <!-- <web-view src="{{url+'/wxCampaign/printHtmlById?token='+token+'&id='+id+'&date='+date}}" bindmessage="bindGetMsg"></web-view> -->
  2. <navbar back home text="活动详情" background="#fff"></navbar>
  3. <view style="height:{{navigationBarHeight}} "></view>
  4. <view ></view>
  5. <import src="../../wxParse/wxParse.wxml" />
  6. <view class="content">
  7. <template is="wxParse" data="{{wxParseData:article.nodes}}" />
  8. </view>