index.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
  1. <template>
  2. <view :style="colorStyle">
  3. <form @submit="formSubmit">
  4. <view class='addAddress'>
  5. <view class='list'>
  6. <view class='item acea-row row-between-wrapper'>
  7. <view class='name'>主标题</view>
  8. <input type='text' placeholder='请填写主标题' name='mainTitle' :value="grouponReqData.mainTitle"
  9. placeholder-class='placeholder'></input>
  10. </view>
  11. <view class='item acea-row row-between-wrapper'>
  12. <view class='name'>副标题</view>
  13. <input type='number' placeholder='请填写副标题' name="subTitle" :value='grouponReqData.subTitle'
  14. placeholder-class='placeholder' pattern="\d*" maxlength="11"></input>
  15. </view>
  16. </view>
  17. <view class="list" style="margin-top:50rpx;">
  18. <view class="title">
  19. 团购商品
  20. </view>
  21. <view class='item acea-row row-between-wrapper'>
  22. <view class='name'>团购时间</view>
  23. <view @click="show1 = true">
  24. <uni-datetime-picker @change="confirmDate1" v-model="datetimerange1" type="datetimerange" rangeSeparator="至">
  25. <input placeholder='请选择团购时间' disabled :value='grouponDateTime'
  26. placeholder-class='placeholder'></input>
  27. </uni-datetime-picker>
  28. </view>
  29. </view>
  30. <view class='item acea-row row-between-wrapper'>
  31. <view class='name'>提货时间</view>
  32. <view @click="show2 = true">
  33. <uni-datetime-picker @change="confirmDate2" v-model="datetimerange2" type="datetimerange" rangeSeparator="至">
  34. <input placeholder='请选择提货时间' disabled :value='takeDateTime'
  35. placeholder-class='placeholder'></input>
  36. </uni-datetime-picker>
  37. </view>
  38. <!-- <u-datetime-picker @confirm="dateConfirmDate2()" :show="show2" v-model="value1"
  39. mode="datetimerange"></u-datetime-picker> -->
  40. </view>
  41. <view class='item acea-row row-between-wrapper'>
  42. <view class='name'>自提点</view>
  43. <view @click="openSelfTakeTable()">
  44. <input placeholder='请选择提自提点' name="phone" disabled :value='ztd'
  45. placeholder-class='placeholder' maxlength="11"></input>
  46. </view>
  47. <u-picker @confirm="confirmZTD()" :show="showZTD" :columns="selfTakeList" keyName="name"></u-picker>
  48. </view>
  49. </view>
  50. <view class="list select-list" v-if="selectGoodList.length > 0">
  51. <view class="title">
  52. 团购商品
  53. </view>
  54. <view class="list-item">
  55. <block v-for="(itemn, indexn) in selectGoodList" :key="indexn">
  56. <view hover-class='none' class='item acea-row-item row-column row-middle'>
  57. <view class='picture'>
  58. <image :src='itemn.goodsCover' v-if="itemn.goodsCover"></image>
  59. <image src="/static/images/sort-img.png" v-else></image>
  60. </view>
  61. <view class="p-r">
  62. <view class='name line1'>{{ $t(itemn.goodsName) }}</view>
  63. <view class="acea-row-item-bArea">
  64. <view class='jiage line1'>¥{{itemn.discountPrice}}</view>
  65. <view @click="delItem(indexn)" :class="[itemn.selected ? 'selde' : 'noselde']">删除<text
  66. :class="[itemn.selected ? 'selde-q' : 'noselde-q']"></text></view>
  67. </view>
  68. </view>
  69. </view>
  70. </block>
  71. </view>
  72. </view>
  73. <button class="button_1 flex-col" @click="addGood">
  74. <text class="text_15">添加商品</text>
  75. </button>
  76. <button class='keepBnt' form-type="submit">保存并提交</button>
  77. <!-- #ifdef MP -->
  78. <!-- <view class="wechatAddress" v-if="!id" @click="getWxAddress">{{ $t(`导入微信地址`) }}</view> -->
  79. <!-- #endif -->
  80. <!-- #ifdef H5 -->
  81. <view class="wechatAddress" v-if="this.$wechat.isWeixin() && !id" @click="getAddress">{{ $t(`导入微信地址`) }}
  82. </view>
  83. <!-- #endif -->
  84. </view>
  85. </form>
  86. <!-- #ifdef MP -->
  87. <!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
  88. <!-- #endif -->
  89. <!-- #ifndef MP -->
  90. <home></home>
  91. <!-- #endif -->
  92. <u-popup :show="addGoodPopupShow" @close="close" @open=" ">
  93. <view>
  94. <publish_good_list @getSelectData="getSelectData" v-if="addGoodPopupShow"></publish_good_list>
  95. </view>
  96. </u-popup>
  97. </view>
  98. </template>
  99. <script>
  100. const city_res = require('@/mock/json/city_res.json')
  101. import {publishGroupon, getAllSelfTake} from '@/api/groupon.js';
  102. import {
  103. postUserAddressSave,
  104. postUserAddressUpdate,
  105. getUserAddressDetailById
  106. } from '@/api/home.js';
  107. import {
  108. editAddress,
  109. getAddressDetail
  110. } from '@/api/user.js';
  111. import {
  112. getCity
  113. } from '@/api/api.js';
  114. import {
  115. toLogin
  116. } from '@/libs/login.js';
  117. import {
  118. mapGetters
  119. } from "vuex";
  120. // #ifdef MP
  121. import authorize from '@/components/Authorize';
  122. // #endif
  123. import home from '@/components/home';
  124. import publish_good_list from '../publish_good_list/index.vue';
  125. import colors from '@/mixins/color.js';
  126. export default {
  127. components: {
  128. // #ifdef MP
  129. authorize,
  130. // #endif
  131. home,
  132. publish_good_list
  133. },
  134. mixins: [colors],
  135. data () {
  136. return {
  137. grouponDateTime: '',
  138. takeDateTime: '',
  139. datetimerange1: '',
  140. datetimerange2: '',
  141. grouponReqData: {
  142. mainTitle: '',
  143. subTitle: '',
  144. grouponStartTime:'',
  145. grouponEndTime:'',
  146. takeStartTime:'',
  147. takeEndTime:'',
  148. selfTakeIds: [],
  149. goodsIds: []
  150. },
  151. grouponTimeRange: [],
  152. takeTimeRange: [],
  153. columns: [
  154. ['中国', '美国', '日本']
  155. ],
  156. array: [],
  157. show1: false,
  158. show2: false,
  159. showZTD: false,
  160. addGoodPopupShow: false,
  161. value1: Number(new Date()),
  162. regionDval: [this.$t(`浙江省`), this.$t(`杭州市`), this.$t(`滨江区`)],
  163. cartId: '', //购物车id
  164. pinkId: 0, //拼团id
  165. couponId: 0, //优惠券id
  166. id: 0, //地址id
  167. userAddress: {
  168. date: '',
  169. date2: '',
  170. userAddress: '',
  171. defaultState: true
  172. }, //地址详情
  173. region: [this.$t(`省`), this.$t(`市`), this.$t(`区`)],
  174. valueRegion: [0, 0, 0],
  175. isAuto: false, //没有授权的不会自动授权
  176. isShowAuth: false, //是否隐藏授权
  177. district: [],
  178. multiArray: [],
  179. multiIndex: [0, 0, 0],
  180. cityId: 0,
  181. defaultRegion: [this.$t(`广东省`), this.$t(`广州市`), this.$t(`番禺区`)],
  182. defaultRegionCode: '110101',
  183. news: '',
  184. noCoupon: 0,
  185. selectGoodList: [],
  186. selfTakeList: [],
  187. ztd: ''
  188. };
  189. },
  190. computed: mapGetters(['isLogin']),
  191. watch: {
  192. isLogin: {
  193. handler: function (newV, oldV) {
  194. if (newV) {
  195. this.getUserAddress();
  196. }
  197. },
  198. deep: true
  199. }
  200. },
  201. onLoad (options) {
  202. if (this.isLogin) {
  203. this.cartId = options.cartId || '';
  204. this.pinkId = options.pinkId || 0;
  205. this.couponId = options.couponId || 0;
  206. this.id = options.id || 0;
  207. this.noCoupon = options.noCoupon || 0;
  208. this.news = options.new || '';
  209. uni.setNavigationBarTitle({
  210. title: options.id ? this.$t(`修改地址`) : this.$t(`添加地址`)
  211. })
  212. this.getUserAddress();
  213. this.getCityList();
  214. } else {
  215. toLogin();
  216. }
  217. },
  218. methods: {
  219. confirmDate1(value) {
  220. let start = value[0];
  221. let end = value[1];
  222. this.grouponReqData.grouponStartTime = start;
  223. this.grouponReqData.grouponEndTime = end;
  224. this.grouponDateTime = start.substr(5,2) + "/" + start.substr(8,2) + " " + start.substr(11,5) + " 至 "
  225. + end.substr(5,2) + "/" + end.substr(8,2) + " " + end.substr(11,5);
  226. },
  227. confirmDate2(value) {
  228. let start = value[0];
  229. let end = value[1];
  230. this.grouponReqData.takeStartTime = start;
  231. this.grouponReqData.takeEndTime = end;
  232. this.takeDateTime = start.substr(5,2) + "/" + start.substr(8,2) + " " + start.substr(11,5) + " 至 "
  233. + end.substr(5,2) + "/" + end.substr(8,2) + " " + end.substr(11,5);
  234. },
  235. selectDatetime() {
  236. console.log("select datetime");
  237. this.$refs.mySon.show();
  238. },
  239. openSelfTakeTable() {
  240. console.log("openSelfTakeTable -> ", this.selfTakeList);
  241. getAllSelfTake({
  242. current: 1,
  243. size: 50
  244. }).then(res => {
  245. console.log(res.data);
  246. this.selfTakeList.push(res.data.records);
  247. console.log(this.selfTakeList);
  248. this.showZTD = true;
  249. })
  250. },
  251. delItem (index) {
  252. this.selectGoodList.splice(index, 1)
  253. },
  254. getSelectData (data) {
  255. console.log("getSelectData ", data)
  256. this.selectGoodList = data
  257. console.log(this.selectGoodList);
  258. },
  259. open () {
  260. // console.log('open');
  261. },
  262. close () {
  263. this.addGoodPopupShow = false
  264. // console.log('close');
  265. },
  266. addGood () {
  267. this.addGoodPopupShow = true
  268. },
  269. bindPickerChange: function (e) {
  270. this.index = e.detail.value;
  271. },
  272. dateConfirm (value) {
  273. console.log('dateConfirm! ', value)
  274. this.userAddress.date = value.value
  275. this.show1 = false
  276. },
  277. dateConfirmDate2 (value) {
  278. this.userAddress.date2 = value.value
  279. this.show2 = false
  280. },
  281. confirmZTD (value) {
  282. console.log(value)
  283. this.ztd = value.value[0].name;
  284. this.grouponReqData.selfTakeIds.push(value.value[0].id)
  285. this.showZTD = false
  286. },
  287. // #ifdef APP-PLUS
  288. // 获取选择的地区
  289. handleGetRegion (region) {
  290. this.region = region
  291. },
  292. // #endif
  293. // 回去地址数据
  294. getCityList: function () {
  295. let that = this;
  296. // getCity().then(res => {
  297. this.district = city_res
  298. that.initialize();
  299. // })
  300. },
  301. initialize () {
  302. let that = this,
  303. province = [],
  304. city = [],
  305. area = [];
  306. let cityChildren = that.district[0].c || [];
  307. let areaChildren = cityChildren.length ? (cityChildren[0].c || []) : [];
  308. that.district.forEach((item, i) => {
  309. province.push(item.n);
  310. if (item.n === this.region[0]) {
  311. this.valueRegion[0] = i
  312. this.multiIndex[0] = i
  313. }
  314. });
  315. that.district[this.valueRegion[0]].c.forEach((item, i) => {
  316. if (this.region[1] == item.c) {
  317. this.valueRegio[1] = i
  318. this.multiIndex[1] = i
  319. }
  320. city.push(item.n);
  321. });
  322. that.district[this.valueRegion[0]].c[this.valueRegion[1]].c.forEach((item, i) => {
  323. if (this.region[2] == item.c) {
  324. this.valueRegio[2] = i
  325. this.multiIndex[2] = i
  326. }
  327. area.push(item.n);
  328. });
  329. this.multiArray = [province, city, area]
  330. },
  331. bindRegionChange: function (e) {
  332. let multiIndex = this.multiIndex,
  333. province = this.district[multiIndex[0]] || {
  334. c: []
  335. },
  336. city = province.c[multiIndex[1]] || {
  337. v: 0
  338. },
  339. multiArray = this.multiArray,
  340. value = e.detail.value;
  341. this.region = [multiArray[0][value[0]], multiArray[1][value[1]], multiArray[2][value[2]]]
  342. // this.$set(this.region,0,multiArray[0][value[0]]);
  343. // this.$set(this.region,1,multiArray[1][value[1]]);
  344. // this.$set(this.region,2,multiArray[2][value[2]]);
  345. this.cityId = city.v
  346. this.valueRegion = [0, 0, 0]
  347. this.initialize();
  348. },
  349. bindMultiPickerColumnChange: function (e) {
  350. let that = this,
  351. column = e.detail.column,
  352. value = e.detail.value,
  353. currentCity = this.district[value] || {
  354. c: []
  355. },
  356. multiArray = that.multiArray,
  357. multiIndex = that.multiIndex;
  358. multiIndex[column] = value;
  359. switch (column) {
  360. case 0:
  361. let areaList = currentCity.c[0] || {
  362. c: []
  363. };
  364. multiArray[1] = currentCity.c.map((item) => {
  365. return item.n;
  366. });
  367. multiArray[2] = areaList.c.map((item) => {
  368. return item.n;
  369. });
  370. break;
  371. case 1:
  372. let cityList = that.district[multiIndex[0]].c[multiIndex[1]].c || [];
  373. multiArray[2] = cityList.map((item) => {
  374. return item.n;
  375. });
  376. break;
  377. case 2:
  378. break;
  379. }
  380. // #ifdef MP || APP-PLUS
  381. this.$set(this.multiArray, 0, multiArray[0]);
  382. this.$set(this.multiArray, 1, multiArray[1]);
  383. this.$set(this.multiArray, 2, multiArray[2]);
  384. // #endif
  385. // #ifdef H5
  386. this.multiArray = multiArray;
  387. // #endif
  388. this.multiIndex = multiIndex
  389. // this.setData({ multiArray: multiArray, multiIndex: multiIndex});
  390. },
  391. // 授权回调
  392. onLoadFun: function () {
  393. this.getUserAddress();
  394. },
  395. // 授权关闭
  396. authColse: function (e) {
  397. this.isShowAuth = e
  398. },
  399. toggleTab (str) {
  400. this.$refs[str].show();
  401. },
  402. // bindRegionChange: function(e) {
  403. // this.$set(this, 'region', e.detail.value);
  404. // },
  405. onConfirm (val) {
  406. this.region = val.checkArr[0] + '-' + val.checkArr[1] + '-' + val.checkArr[2];
  407. },
  408. getUserAddress: function () {
  409. if (!this.id) return false;
  410. let that = this;
  411. getUserAddressDetailById({ id: this.id, type: 0 }).then(res => {
  412. // let region = [res.data.province, res.data.city, res.data.district];
  413. let region = [res.data.province, res.data.city, res.data.district];
  414. that.$set(that, 'userAddress', res.data);
  415. that.userAddress.defaultState = that.userAddress.defaultState == 2 ? true : false
  416. that.$set(that, 'region', region);
  417. that.cityId = res.data.city
  418. });
  419. },
  420. // 导入共享地址(小程序)
  421. getWxAddress: function () {
  422. let that = this;
  423. uni.authorize({
  424. scope: 'scope.address',
  425. success: function (res) {
  426. uni.chooseAddress({
  427. success: function (res) {
  428. let addressP = {};
  429. addressP.province = res.provinceName;
  430. addressP.city = res.cityName;
  431. addressP.district = res.countyName;
  432. editAddress({
  433. address: addressP,
  434. defaultState: 1,
  435. realName: res.userName,
  436. post_code: res.postalCode,
  437. phone: res.telNumber,
  438. detail: res.detailInfo,
  439. id: 0,
  440. type: 1,
  441. }).then(res => {
  442. setTimeout(function () {
  443. if (that.cartId) {
  444. let cartId = that.cartId;
  445. let pinkId = that.pinkId;
  446. let couponId = that.couponId;
  447. that.cartId = '';
  448. that.pinkId = '';
  449. that.couponId = '';
  450. uni.navigateTo({
  451. url: '/pages/goods/order_confirm/index?cartId=' +
  452. cartId +
  453. '&addressId=' + (
  454. that.id ? that
  455. .id :
  456. res.data
  457. .id) +
  458. '&pinkId=' +
  459. pinkId +
  460. '&couponId=' +
  461. couponId +
  462. '&new=' + that
  463. .news +
  464. '&noCoupon=' + that
  465. .noCoupon
  466. });
  467. } else {
  468. uni.navigateBack({
  469. delta: 1
  470. });
  471. }
  472. }, 1000);
  473. return that.$util.Tips({
  474. title: this.$t(`添加成功`),
  475. icon: 'success'
  476. });
  477. }).catch(err => {
  478. return that.$util.Tips({
  479. title: err
  480. });
  481. });
  482. },
  483. fail: function (res) {
  484. if (res.errMsg == 'chooseAddress:cancel') return that.$util
  485. .Tips({
  486. title: this.$t(`取消选择`)
  487. });
  488. },
  489. })
  490. },
  491. fail: function (res) {
  492. uni.showModal({
  493. title: this.$t(`您已拒绝导入微信地址权限`),
  494. content: this.$t(`是否进入权限管理,调整授权?`),
  495. success (res) {
  496. if (res.confirm) {
  497. uni.openSetting({
  498. success: function (res) { }
  499. });
  500. } else if (res.cancel) {
  501. return that.$util.Tips({
  502. title: that.$t(`已取消!`)
  503. });
  504. }
  505. }
  506. })
  507. },
  508. })
  509. },
  510. // 导入共享地址(微信);
  511. getAddress () {
  512. let that = this;
  513. that.$wechat.openAddress().then(userInfo => {
  514. editAddress({
  515. id: this.id,
  516. realName: userInfo.userName,
  517. phone: userInfo.telNumber,
  518. address: {
  519. province: userInfo.provinceName,
  520. city: userInfo.cityName,
  521. district: userInfo.countryName
  522. },
  523. detail: userInfo.detailInfo,
  524. defaultState: 1,
  525. post_code: userInfo.postalCode,
  526. type: 1,
  527. })
  528. .then(() => {
  529. setTimeout(function () {
  530. if (that.cartId) {
  531. let cartId = that.cartId;
  532. let pinkId = that.pinkId;
  533. let couponId = that.couponId;
  534. that.cartId = '';
  535. that.pinkId = '';
  536. that.couponId = '';
  537. uni.navigateTo({
  538. url: '/pages/goods/order_confirm/index?cartId=' +
  539. cartId + '&addressId=' + (that.id ? that.id :
  540. res.data
  541. .id) + '&pinkId=' + pinkId + '&couponId=' +
  542. couponId + '&new=' + that.news +
  543. '&noCoupon=' + that
  544. .noCoupon
  545. });
  546. } else {
  547. uni.navigateTo({
  548. url: '/pages/users/user_address_list/index'
  549. })
  550. // history.back();
  551. }
  552. }, 1000);
  553. // close();
  554. that.$util.Tips({
  555. title: that.$t(`添加成功`),
  556. icon: 'success'
  557. });
  558. })
  559. .catch(err => {
  560. // close();
  561. return that.$util.Tips({
  562. title: err || that.$t(`添加失败`)
  563. });
  564. });
  565. }).catch(err => { });
  566. },
  567. /**
  568. * 发布团购
  569. */
  570. formSubmit: function (e) {
  571. let that = this,
  572. value = e.detail.value;
  573. if (!value.mainTitle.trim()) {
  574. return that.$util.Tips({
  575. title: that.$t(`请填写主标题`)
  576. });
  577. }
  578. if (!value.subTitle.trim()) {
  579. return that.$util.Tips({
  580. title: that.$t(`请填写副标题`)
  581. });
  582. }
  583. if (!that.grouponReqData.grouponStartTime.trim() || !that.grouponReqData.grouponEndTime.trim()) {
  584. return that.$util.Tips({
  585. title: that.$t(`请选择团购时间`)
  586. });
  587. }
  588. if (!that.grouponReqData.takeStartTime.trim() || !that.grouponReqData.takeEndTime.trim()) {
  589. return that.$util.Tips({
  590. title: that.$t(`请选择取货时间`)
  591. });
  592. }
  593. if (that.grouponReqData.selfTakeIds.length < 1) {
  594. return that.$util.Tips({
  595. title: that.$t(`请选择自提点`)
  596. });
  597. }
  598. if (this.selectGoodList.length < 1) {
  599. return that.$util.Tips({
  600. title: that.$t(`请添加商品`)
  601. });
  602. }
  603. let goodsIds = [];
  604. this.selectGoodList.forEach(e => {
  605. goodsIds.push(e.id);
  606. that.grouponReqData.goodsIds = goodsIds;
  607. })
  608. uni.showLoading({
  609. title: that.$t(`发布中`),
  610. mask: true
  611. })
  612. let resSuccess = false;
  613. publishGroupon(that.grouponReqData).then(res => {
  614. that.$util.Tips({
  615. title: that.$t(`提交成功`),
  616. icon: 'success'
  617. });
  618. resSuccess = true
  619. }).catch(err => {
  620. return that.$util.Tips({
  621. title: err
  622. });
  623. })
  624. if (resSuccess) {
  625. // setTimeout(function () {
  626. // if (that.cartId) {
  627. // let cartId = that.cartId;
  628. // let pinkId = that.pinkId;
  629. // let couponId = that.couponId;
  630. // that.cartId = '';
  631. // that.pinkId = '';
  632. // that.couponId = '';
  633. // uni.navigateTo({
  634. // url: '/pages/goods/order_confirm/index?new=' + that.news +
  635. // '&cartId=' + cartId + '&addressId=' + (that.id ? that.id :
  636. // res.data.id) + '&pinkId=' + pinkId + '&couponId=' +
  637. // couponId +
  638. // '&noCoupon=' + that
  639. // .noCoupon
  640. // });
  641. // } else {
  642. // // #ifdef H5
  643. // return history.back();
  644. // // #endif
  645. // // #ifndef H5
  646. // return uni.navigateBack({
  647. // delta: 1,
  648. // })
  649. // // #endif
  650. // }
  651. // }, 1000);
  652. }
  653. },
  654. ChangeIsDefault: function (e) {
  655. this.$set(this.userAddress, 'defaultState', !this.userAddress.defaultState);
  656. }
  657. }
  658. }
  659. </script>
  660. <style scoped lang="scss">
  661. .fontcolor {
  662. color: var(--view-theme);
  663. }
  664. .addAddress .list {
  665. background-color: #fff;
  666. padding-top: 10rpx;
  667. .title {
  668. margin: 30rpx;
  669. height: 44rpx;
  670. font-size: 32rpx;
  671. font-weight: bolder;
  672. color: #111111;
  673. line-height: 44rpx;
  674. }
  675. }
  676. .addAddress .list .item {
  677. padding: 30rpx;
  678. border-top: 1rpx solid #eee;
  679. }
  680. .addAddress .list .item .name {
  681. width: 195rpx;
  682. font-size: 30rpx;
  683. color: #333;
  684. }
  685. .addAddress .list .item .address {
  686. // width: 412rpx;
  687. flex: 1;
  688. margin-left: 20rpx;
  689. }
  690. .addAddress .list .item input {
  691. width: 475rpx;
  692. font-size: 30rpx;
  693. }
  694. .addAddress .list .item .placeholder {
  695. color: #ccc;
  696. }
  697. .addAddress .list .item picker {
  698. width: 475rpx;
  699. }
  700. .addAddress .list .item picker .picker {
  701. width: 410rpx;
  702. font-size: 30rpx;
  703. }
  704. .addAddress .list .item picker .iconfont {
  705. font-size: 43rpx;
  706. }
  707. .addAddress .default {
  708. padding: 0 30rpx;
  709. height: 90rpx;
  710. background-color: #fff;
  711. margin-top: 23rpx;
  712. }
  713. .addAddress .default checkbox {
  714. margin-right: 15rpx;
  715. }
  716. .addAddress .keepBnt {
  717. width: 90%;
  718. height: 84rpx;
  719. background: #B42A3E;
  720. border-radius: 8rpx;
  721. margin: 30rpx auto;
  722. font-size: 28rpx;
  723. font-weight: 400;
  724. color: #FFFFFF;
  725. line-height: 84rpx;
  726. }
  727. .addAddress .wechatAddress {
  728. width: 690rpx;
  729. height: 86rpx;
  730. border-radius: 50rpx;
  731. text-align: center;
  732. line-height: 86rpx;
  733. margin: 0 auto;
  734. font-size: 32rpx;
  735. color: var(--view-theme);
  736. border: 1px solid var(--view-theme);
  737. }
  738. .button_1 {
  739. width: 90%;
  740. height: 84rpx;
  741. background: #FFFFFF;
  742. border-radius: 8rpx;
  743. border: 2rpx solid #B42A3E;
  744. margin: 30rpx auto;
  745. font-size: 28rpx;
  746. font-weight: 400;
  747. color: #B42A3E;
  748. line-height: 84rpx;
  749. }
  750. .text_15 {
  751. overflow-wrap: break-word;
  752. color: rgba(180, 42, 62, 1);
  753. font-size: 14px;
  754. font-weight: NaN;
  755. text-align: center;
  756. white-space: nowrap;
  757. line-height: 20px;
  758. }
  759. .acea-row-item {
  760. display: flex;
  761. width: 100% !important;
  762. flex-direction: row;
  763. .picture {
  764. width: 120rpx;
  765. height: 120rpx;
  766. border-radius: 50%;
  767. image {
  768. width: 100%;
  769. height: 100%;
  770. border-radius: 50%;
  771. }
  772. }
  773. .p-r {
  774. flex-direction: column;
  775. width: 100%;
  776. display: flex;
  777. justify-content: space-between;
  778. .name {}
  779. .acea-row-item-bArea {
  780. display: flex;
  781. justify-content: space-between;
  782. }
  783. }
  784. }
  785. </style>