encryptionNfc.wxml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  2. <cu-custom bgColor="bg-color" isBack="{{true}}" title="扫描">
  3. <!-- <view slot="content">追溯标签</view> -->
  4. </cu-custom>
  5. <nfc-tools id="nfcCon" scanType="{{scanType}}" bind:setNfcRes="getNfcRes">
  6. <view slot='nfctxt'></view>
  7. </nfc-tools>
  8. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  9. <view class="nfc_mid">
  10. <image src="/img/nfc_img1.png"></image>
  11. <view>请将设备贴近NFC天线处</view>
  12. </view>
  13. <view class="nfc_foot">
  14. <view>请将芯片贴在您的手机的顶部</view>
  15. <view>靠近NFC位置进行扫描</view>
  16. </view>
  17. <view class="zan-dialog {{ showDialog ? 'zan-dialog--show' : '' }}">
  18. <!-- 如果想点击弹窗外不隐藏,取消bindtap点击事件即可 -->
  19. <view class="zan-dialog__mask" bindtap="toggleDialog" />
  20. <view class="zan-dialog__container">
  21. <view class="cha_win_tit">请选择</view>
  22. <view class="selectInfo">
  23. <view bindtap="goDetail">
  24. <image src="/img/infoDetail.png"></image>
  25. <view>查看详情</view>
  26. </view>
  27. <view bindtap="clearBind">
  28. <image src="/img/clearBind.png"></image>
  29. <view>解除绑定</view>
  30. </view>
  31. </view>
  32. <view class="cha_win_close" bindtap="toggleDialog">
  33. <text>×</text>
  34. </view>
  35. </view>
  36. </view>
  37. <!--出库入库地址 -->
  38. <view>
  39. <modal title="修改地址" hidden="{{modalHidden}}" confirm-text="保存" cancel-text="取消" bindconfirm="modalBindaconfirm" bindcancel="modalBindcancel">
  40. <view class="info_item">
  41. <view class="info_text">
  42. <image src="/img/warnAddr.png"></image>
  43. <view>
  44. <block>
  45. <picker mode="selector" bindchange="setType" value="{{deptType}}" range="{{seleteType}}" range-key="transportStatusName">
  46. <view class="picker">
  47. <text>{{deptType ?'运输状态选择为:'+seleteType[deptType].transportStatusName :'请选择运输状态'}}</text>
  48. </view>
  49. </picker>
  50. </block>
  51. </view>
  52. </view>
  53. <view class="time">
  54. <picker mode="region" bindchange="regionChange" value="{{region}}" custom-item="{{customItem}}">
  55. <view class="picker" wx:if="{{region.length != 0}}">
  56. {{region[0]}},{{region[1]}},{{region[2]}}
  57. </view>
  58. <view wx:else>
  59. 请选择地址
  60. </view>
  61. </picker>
  62. </view>
  63. </view>
  64. <input type="text" class="modalVal" placeholder="详细地址(如街道、小区、乡镇、村)" value="{{modalVal}}" bindinput="setModalVal"></input>
  65. </modal>
  66. </view>
  67. <view class="content">提示</view>
  68. <view class="action" bindtap="hideModal">
  69. <text class="cuIcon-close text-red"></text>
  70. </view>
  71. <view>
  72. <view class="padding-xl">
  73. <view class="app_con">
  74. <image src="/img/wechatCode.png"></image>
  75. <view>您的手机暂不支持在小程序进行操作此项功能,请扫描二维码下载APP安装后继续操作</view>
  76. </view>
  77. </view>
  78. <view class="cu-bar bg-white">
  79. <view class="action margin-0 flex-sub solid-left" bindtap="saveCode">保存二维码</view>
  80. </view>
  81. </view>