24 lines
833 B
Plaintext
24 lines
833 B
Plaintext
<!--pages/advertisement/index.wxml-->
|
|
<!-- <text>pages/advertisement/index.wxml</text> wx:if="{{ad_type!==1&&ad_type!=2}}"-->
|
|
|
|
|
|
|
|
<view id="app" class="content" >
|
|
|
|
<view class="bjbj">
|
|
<view class="adCustom">
|
|
<ad-custom unit-id="adunit-80d35ab628ec33d2"></ad-custom>
|
|
</view>
|
|
<view class="adContainer" wx:if="{{plan_id}}">
|
|
<ad wx:if="{{ad2}}" unit-id="{{ad2}}"></ad>
|
|
</view>
|
|
<!-- <view class="content-top">虐恋短剧</view> -->
|
|
<view class="content-content" >
|
|
<view>点击下方按钮</view>
|
|
<view>继续观看短剧</view>
|
|
</view>
|
|
|
|
<button class="content-gif" bindtap="navRouter" >看短剧点这里</button>
|
|
<view class="content-bot" >长沙古言网络科技有限公司</view>
|
|
</view>
|
|
</view> |