recipientinfo.vue 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <template>
  2. <!-- 填写收件人信息 -->
  3. <view class="back">
  4. <view class="info">
  5. <view class="item u-flex u-row-between">
  6. <text class="title">{{i18n.goods}}</text>
  7. </view>
  8. <view class="item u-flex " @click="tocitychange">
  9. <text class="left">{{i18n.country}}</text>
  10. <view class="right u-flex u-row-between" style="flex: 1;">
  11. <input type="text" :placeholder="i18n.selection" />
  12. <image src="../static/express/next1.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
  13. </view>
  14. </view>
  15. <view class="item u-flex ">
  16. <text class="left">{{i18n.name}}</text>
  17. <view class="right">
  18. <input type="text" placeholder="请输入收件人姓名" />
  19. </view>
  20. </view>
  21. <view class="item u-flex ">
  22. <text class="left">{{i18n.phone}}</text>
  23. <view class="right">
  24. <input type="text" :placeholder="i18n.pleasePhoneNumber" />
  25. </view>
  26. </view>
  27. <view class="item u-flex ">
  28. <text class="left">{{i18n.postalCode}}</text>
  29. <view class="right">
  30. <input type="text" :placeholder="i18n.PleacePostalCode" />
  31. </view>
  32. </view>
  33. <view class="item u-flex ">
  34. <text class="left">{{i18n.city}}</text>
  35. <view class="right u-flex u-row-between " style="flex: 1;">
  36. <input type="text" :placeholder="i18n.selection" disabled="" />
  37. <image src="../static/express/next1.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
  38. </view>
  39. </view>
  40. <view class="item u-flex ">
  41. <text class="left">{{i18n.detailed}}</text>
  42. <view class="right">
  43. <input type="area" :placeholder="i18n.sect" />
  44. </view>
  45. </view>
  46. <view class="item u-flex ">
  47. <text class="left">{{i18n.companyName}}</text>
  48. <view class="right">
  49. <input type="area" :placeholder="i18n.company" />
  50. </view>
  51. </view>
  52. <view class="item u-flex ">
  53. <text class="left">{{i18n.email}}</text>
  54. <view class="right">
  55. <input type="area" :placeholder="i18n.pleaseEmail" />
  56. </view>
  57. </view>
  58. <!-- 默认地址 -->
  59. <view class="u-flex u-row-between" style="margin-top: 22rpx;">
  60. <view class="u-flex">
  61. <view class="">
  62. <u-checkbox-group v-model="checkboxValue1" placement="row" @change="checkboxChange">
  63. <u-checkbox shape='circle' :customStyle="{marginRight: '4px'}" :name="name">
  64. </u-checkbox>
  65. </u-checkbox-group>
  66. </view>
  67. <text class="clear">{{i18n.addressBook}}</text>
  68. </view>
  69. <text class="clear">
  70. {{i18n.empty}}
  71. </text>
  72. </view>
  73. </view>
  74. <view class="" style="height: 166rpx;"></view>
  75. <view class="bottom">
  76. <view class="btn">
  77. {{i18n.enter}}
  78. </view>
  79. </view>
  80. </view>
  81. </template>
  82. <script>
  83. export default {
  84. data() {
  85. return {
  86. checkboxValue1: [],
  87. name: 1
  88. };
  89. },
  90. methods: {
  91. checkboxChange(n) {
  92. console.log('change', n);
  93. },
  94. tocitychange(){
  95. uni.navigateTo({
  96. url:'/pageB/citychange'
  97. })
  98. }
  99. },
  100. computed: {
  101. i18n() {
  102. return this.$t('index')
  103. }
  104. },
  105. onShow() {
  106. uni.setNavigationBarTitle({
  107. title: this.i18n.goods
  108. })
  109. },
  110. }
  111. </script>
  112. <style lang="scss">
  113. .back {
  114. padding: 20rpx 24rpx;
  115. box-sizing: border-box;
  116. .bottom {
  117. width: 750rpx;
  118. height: 166rpx;
  119. background: #FFFFFF;
  120. position: fixed;
  121. bottom: 0;
  122. left: 0;
  123. padding: 18rpx 24rpx;
  124. box-sizing: border-box;
  125. .btn {
  126. width: 702rpx;
  127. height: 88rpx;
  128. background: #F83224;
  129. border-radius: 44rpx;
  130. font-family: PingFangSC, PingFang SC;
  131. font-weight: 500;
  132. font-size: 32rpx;
  133. color: #FFFFFF;
  134. line-height: 88rpx;
  135. text-align: center;
  136. font-style: normal;
  137. }
  138. }
  139. .add {
  140. width: 702rpx;
  141. // height: 160rpx;
  142. background: #FFFFFF;
  143. border-radius: 16rpx;
  144. padding: 24rpx;
  145. box-sizing: border-box;
  146. .addinfo {
  147. font-family: PingFangSC, PingFang SC;
  148. font-weight: 400;
  149. font-size: 24rpx;
  150. color: #222222;
  151. line-height: 34rpx;
  152. text-align: left;
  153. font-style: normal;
  154. }
  155. .name {
  156. font-family: PingFangSC, PingFang SC;
  157. font-weight: 500;
  158. font-size: 28rpx;
  159. color: #333333;
  160. line-height: 40rpx;
  161. text-align: left;
  162. font-style: normal;
  163. }
  164. .phone {
  165. font-family: SFPro, SFPro;
  166. font-weight: 400;
  167. font-size: 24rpx;
  168. color: #333333;
  169. line-height: 28rpx;
  170. text-align: left;
  171. font-style: normal;
  172. margin-left: 16rpx;
  173. }
  174. }
  175. .history {
  176. font-family: PingFangSC, PingFang SC;
  177. font-weight: 500;
  178. font-size: 30rpx;
  179. color: #333333;
  180. line-height: 42rpx;
  181. text-align: left;
  182. font-style: normal;
  183. margin: 28rpx 0 24rpx;
  184. }
  185. .info {
  186. padding: 0 24rpx 28rpx;
  187. box-sizing: border-box;
  188. width: 702rpx;
  189. // height: 742rpx;
  190. background: #FFFFFF;
  191. border-radius: 16rpx;
  192. .clear {
  193. font-family: PingFangSC, PingFang SC;
  194. font-weight: 400;
  195. font-size: 24rpx;
  196. color: #333333;
  197. line-height: 34rpx;
  198. text-align: left;
  199. font-style: normal;
  200. }
  201. .item {
  202. border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
  203. min-height: 100rpx;
  204. padding: 20rpx 0;
  205. box-sizing: border-box;
  206. .title {
  207. font-family: PingFangSC, PingFang SC;
  208. font-weight: 600;
  209. font-size: 32rpx;
  210. color: #333333;
  211. line-height: 44rpx;
  212. text-align: left;
  213. font-style: normal;
  214. }
  215. .wx {
  216. font-family: PingFangSC, PingFang SC;
  217. font-weight: 400;
  218. font-size: 24rpx;
  219. color: #333333;
  220. line-height: 34rpx;
  221. text-align: left;
  222. font-style: normal;
  223. }
  224. .left {
  225. font-family: PingFangSC, PingFang SC;
  226. font-weight: 400;
  227. font-size: 28rpx;
  228. color: #222222;
  229. line-height: 40rpx;
  230. text-align: left;
  231. font-style: normal;
  232. width: 115rpx;
  233. }
  234. .right {
  235. font-family: PingFangSC, PingFang SC;
  236. font-weight: 400;
  237. font-size: 28rpx;
  238. color: #222222;
  239. line-height: 40rpx;
  240. text-align: left;
  241. font-style: normal;
  242. margin-left: 60rpx;
  243. }
  244. }
  245. }
  246. }
  247. </style>