调整跳转h5链接

This commit is contained in:
2024-07-10 08:28:53 +08:00
parent 14dad0a506
commit 8e1ed62bd7
6 changed files with 15 additions and 20 deletions

View File

@@ -2,5 +2,6 @@
"usingComponents": {
"navigator": "/components/navigator/index",
"scrollPageWrapper": "/components/scrollPageWrapper/index"
}
},
"navigationStyle": "custom"
}

View File

@@ -8,18 +8,5 @@
<view class="answer"> {{ item.answer }} </view>
</view>
</scroll-view>
</view>
<!-- <movable-area>
<movable-view x="{{x}}" y="{{y}}" direction="all">
<rich-text nodes="<div style='color:red;font-size:46px'>1234</div>"></rich-text>
</movable-view>
</movable-area> -->
<!-- <movable-area style="width: 500rpx; height: 500rpx;background-color: red;">
<movable-view x="{{x}}" y="{{y}}" direction="all">
<view style="width: 100rpx; height: 100rpx;background-color: blue;"> 1111 </view>
</movable-view>
</movable-area> -->
</view>
</scrollPageWrapper>