小熊日记微信小程序源码

短命女 2024-03-24 16:12 149阅读 0赞

小熊日记微信小程序源码,每日分享两个小程序源码

下载地址:无极低码:wheart.cn

64eac1b4bfd548199ddfe5e3b58a6f20.png

640ebe0cf8cc48e4b6ddfaa8228ef103.png

e764647a9fda40b29bf8412108576664.png

267d0389583042cf8dac1e4722598e15.png

部分代码

  1. <template name="common">
  2. <view class="common-container">
  3. </view>
  4. <view class="tabbar">
  5. <view class="item" bindtap="inputTouch">
  6. <image class="icon" mode="aspectFit" src="../../images/tabbar/text.png"></image>
  7. </view>
  8. <view class="item">
  9. <image class="icon" mode="aspectFit" src="../../images/tabbar/image.png"></image>
  10. </view>
  11. <view class="item">
  12. <image class="icon" mode="aspectFit" src="../../images/tabbar/more.png"></image>
  13. </view>
  14. </view>
  15. </template>
  16. <template name="inputText">
  17. <view class="input-container">
  18. <view style="height:47rpx" wx:for="{
  19. {data.lines}}" wx:for-index="idx">
  20. <input type="text" id="input-{
  21. {idx}}" placeholder="" bindinput="textInput" bindchange="textInputChange" value="{
  22. {item}}" auto-focus="{
  23. {idx == data.row ? true : false}}" />
  24. </view>
  25. </view>
  26. <view class="tabbar">
  27. <view class="item" style="width:50%" bindtap="inputCancel">
  28. <image class="icon" mode="aspectFit" src="../../images/tabbar/cancel.png"></image>
  29. </view>
  30. <view class="item" style="width:50%">
  31. <image class="icon" mode="aspectFit" src="../../images/tabbar/ok.png"></image>
  32. </view>
  33. </view>
  34. </template>
  35. <view style="width:100%;height:100%">
  36. <template is="{
  37. {showMode}}" data="{
  38. {data}}"></template>
  39. </view>

发表评论

表情:
评论列表 (有 0 条评论,149人围观)

还没有评论,来说两句吧...

相关阅读