xiaoxiao2017
1.<!-- catchtouchmove=\'{{true}}\' 真机上不可滚动 -->
<view class=\'tips\' catchtouchmove=\'{{true}}\'>
  <view class="modal_cover"></view>
  <view class="modal">
    <image src="/img/tipsLayer.png"></image>
    <view class=\'modalCon\'>
      <view class=\'alreadyRepaid\'>已还款两个月租金</view>
      <view class="notReturn">3月份账单未还款</view>
      <view class="day">距还款日期只差2天</view>
      <button class=\'repayment\'>立即还款</button>
    </view>
  </view>
</view>

 2.小程序的换行是\n

3.图片正常宽度显示

<image src=\'/img/part3Img2.png\' mode="widthFix" style="width:100%"></image>

分类:

技术点:

相关文章:

  • 2021-11-23
  • 2021-06-07
  • 2021-08-28
  • 2021-11-23
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-23
  • 2021-07-06
  • 2021-06-13
  • 2022-12-23
  • 2022-01-23
  • 2022-01-30
相关资源
相似解决方案