index.wxml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <nav type="back" background-color="#46a9a4" title="账户管理" />
  2. <view class="password" bindtap="password" style="font-size: 28rpx; display: flex;justify-content: space-between;padding: 20rpx;border-bottom: 1rpx solid whitesmoke;">
  3. 重置密码
  4. <van-icon name="arrow" />
  5. </view>
  6. <dev-route rid='8CVQgfbThx' object_id="{{store_id}}" edit_field_map="{{edit_field_map}}" is_btn="{{true}}"></dev-route>
  7. <!--
  8. <view class="top" style="color: #382E2E;">
  9. <view class="top-figure">店铺首图</view>
  10. <upload bind:onChangeFile="changeFile" fileList="{{imageList}}" accept="image" maxCount="1" uploadURL="{{uploadURL}}" domain="{{domain}}" uptokenURL="{{uptokenURL}}"></upload>
  11. <view class="top-deails">
  12. <view class="top-name">
  13. <view class="name">店铺名称:</view>
  14. <input bindblur="blur" type="text" class="input" data-name="storeName" value="{{storeName}}" placeholder="请输入店铺名称"></input>
  15. </view>
  16. <van-icon name="arrow" />
  17. </view>
  18. <view class="top-deails">
  19. <view class="top-name">
  20. <view class="name">人均消费:</view>
  21. <input bindblur="blur" type="text" class="input" data-name="perCapita" value="{{perCapita}}" placeholder="请输入人均消费"></input>
  22. </view>
  23. <van-icon name="arrow" />
  24. </view>
  25. <view class="top-deails">
  26. <view class="top-names">
  27. <view class="name">店铺简介:</view>
  28. <textarea bindblur="blur" type="text" class="input" data-name="desc" value="{{desc}}" placeholder="请输入店铺简介"></textarea>
  29. </view>
  30. </view>
  31. <view class="top-deails">
  32. <view class="top-name">
  33. <view class="name">店长名称:</view>
  34. <input bindblur="blur" type="text" class="input" data-name="name" value="{{name}}" placeholder="请输入店长名称"></input>
  35. </view>
  36. <van-icon name="arrow" />
  37. </view>
  38. <view class="top-deails">
  39. <view class="top-name">
  40. <view class="name">营业时间:</view>
  41. <input bindblur="blur" type="text" class="input" data-name="workingTime" value="{{workingTime}}" placeholder="请输入营业时间"></input>
  42. </view>
  43. <van-icon name="arrow" />
  44. </view>
  45. <view class="top-deails" bindtap="mobile">
  46. <view class="top-name">
  47. <view class="name">绑定手机号:</view>
  48. <view class="content">{{store.mobile}}</view>
  49. </view>
  50. <van-icon name="arrow" />
  51. </view>
  52. <view class="top-deails">
  53. <view class="top-name">
  54. <view class="name">用户账号:</view>
  55. <view class="content">{{store.user.username}}</view>
  56. </view>
  57. <van-icon name="arrow" />
  58. </view>
  59. <view class="top-deails" bindtap="password">
  60. <view class="top-name">
  61. <view class="name">重置密码:</view>
  62. <view class="content">{{store.user.password}}</view>
  63. </view>
  64. <van-icon name="arrow" />
  65. </view>
  66. <view style="margin-top: 20rpx;">
  67. <van-button style="margin-top: 20rpx;" bind:tap="chooseGeoPoint" type="primary" size="small">选择民宿地址</van-button>
  68. <view style="margin-top: 10rpx;">
  69. <text class="text-small grey">{{address}}</text>
  70. </view>
  71. </view>
  72. <view class="top-figure">店铺图片</view>
  73. <upload bind:onChangeFile="changeFiles" fileList="{{licenseList}}" accept="image" maxCount="9" uploadURL="{{uploadURL}}" domain="{{domain}}" uptokenURL="{{uptokenURL}}"></upload>
  74. </view>
  75. <view class="bommon" style="color: #382E2E;">
  76. <view class="bommon-name" bindtap="determine">确定</view>
  77. </view> -->