add.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945
  1. <template>
  2. <view class="content">
  3. <view class="top hflex acenter jcenter" v-if="data.examine ==0 || data.examine == 2">
  4. <view class="info" v-if="data.examine == 0">审核中</view>
  5. <view class="info" v-if="data.examine == 2">{{data.examine_cause}}</view>
  6. </view>
  7. <view class="box">
  8. <view class="title requ">图片和标题</view>
  9. <view class="upload">
  10. <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple :maxCount="9" width="166rpx" height="166rpx">
  11. </u-upload>
  12. </view>
  13. <u-textarea v-model="name" border="none" confirmType="done" placeholder="请输入商品名称" count maxlength="100"></u-textarea>
  14. </view>
  15. <view class="box">
  16. <view class="box_item hflex acenter jbetween">
  17. <view class="box_left requ">规格</view>
  18. <view class="hflex acenter" @click="addSpec">
  19. <view class="box_right text_blue" v-if="items == ''">+新增规格</view>
  20. <view class="box_right text_blue" v-else>共{{items.length}}个规格</view>
  21. <u-icon name="arrow-right" size="12" color="#617BFE"></u-icon>
  22. </view>
  23. </view>
  24. <view class="box_item hflex acenter jbetween">
  25. <view class="box_left requ">价格和库存</view>
  26. <view class="hflex acenter" @click="toSetting">
  27. <view class="box_right" v-if="items == ''">未设置</view>
  28. <view class="box_right" v-else>已设置</view>
  29. <u-icon name="arrow-right" size="12" color="#ACACAC"></u-icon>
  30. </view>
  31. </view>
  32. <view class="box_item hflex acenter jbetween" @click="open">
  33. <view class="box_left requ">类目</view>
  34. <view class="hflex acenter">
  35. <view class="box_right" v-if="cateids == ''">请选择商品类目</view>
  36. <view class="box_right" style="max-width: 500rpx;" v-else>{{cate}}</view>
  37. <u-icon name="arrow-right" size="12" color="#ACACAC"></u-icon>
  38. </view>
  39. </view>
  40. </view>
  41. <view class="box">
  42. <view class="box_item hflex acenter jbetween" @click="show_delivery = true">
  43. <view class="box_left requ">物流配送</view>
  44. <picker mode="selector" :range="array" :value="delivery_index" :range-key="name" @cancel="close" @change="selectDelivery">
  45. <view class="hflex acenter">
  46. <!-- <view class="box_right">快递发货</view>
  47. -->
  48. <!-- <u-picker :show="show_delivery" :columns="deliveryList" :keyName="name" @cancel="close" @confirm="selectDelivery"></u-picker> -->
  49. <span class="box_right">{{delivery_name ? delivery_name :'请选择'}}</span>
  50. <u-icon name="arrow-right" size="12" color="#ACACAC"></u-icon>
  51. </view>
  52. </picker>
  53. </view>
  54. </view>
  55. <view class="box">
  56. <view class="title">商品详情</view>
  57. <u-textarea v-model="content" border="none" confirmType="done" placeholder="描述一下商品特色吧~" ></u-textarea>
  58. <view class="title">图片/视频</view>
  59. <view class="upload hflex acenter fwrap">
  60. <block v-for="(item,index) in fileList2" :key="index">
  61. <view v-if="item.type == 'image'" style="position: relative;">
  62. <image :src="item.url" class="img" mode="aspectFill" v-if="item.type == 'image'"></image>
  63. <image src="/static/images/common/popu_close.png" class="close_icon" @click="deletePic2(index)"></image>
  64. </view>
  65. <view v-if="item.type == 'video'" style="position: relative;">
  66. <video :src="item.url" direction="0" class="img" v-if="item.type == 'video'"></video>
  67. <image src="/static/images/common/popu_close.png" class="close_icon" @click="deletePic2(index)"></image>
  68. </view>
  69. </block>
  70. <image src="/static/images/common/upload_img.png" class="img" @click="choose"></image>
  71. </view>
  72. </view>
  73. <view class="box" style="margin-bottom: 186rpx;">
  74. <view class="box_item hflex acenter jbetween">
  75. <view class="box_left">商品状态</view>
  76. <view class="hflex acenter">
  77. <block v-for="(item,index) in radioList" :key="index">
  78. <view class="hflex acenter" style="padding-left: 32rpx;" @click="changeRadio(index)">
  79. <image src="/static/images/common/select1.png" style="width: 36rpx;height: 36rpx;" v-if="active !== index"></image>
  80. <image src="/static/images/common/select2.png" style="width: 36rpx;height: 36rpx;" v-else></image>
  81. <view class="radio_text">{{item.name}}</view>
  82. </view>
  83. </block>
  84. </view>
  85. </view>
  86. </view>
  87. <view class="bottom">
  88. <view class="btn hflex acenter jcenter" @click="create" v-if="id == ''">创建商品</view>
  89. <view class="btn_group hflex acenter jbetween" v-else>
  90. <view class="btn1 hflex acenter jcenter" @click="dele">删除</view>
  91. <view class="btn2 hflex acenter jcenter" @click="save">保存</view>
  92. </view>
  93. </view>
  94. <u-popup :show="cate_show" round="10" mode="bottom" @close="close" :safeAreaInsetBottom="false">
  95. <view class="popu">
  96. <view class="popu_top hflex acenter jbetween">
  97. <view></view>
  98. <view class="popu_title">选择类目</view>
  99. <image src="/static/images/common/close_icon.png" style="width: 28rpx;height: 28rpx;" @click="close"></image>
  100. </view>
  101. <view class="center">
  102. <view class="menuList hflex acenter jbetween">
  103. <scroll-view scroll-y="true" class="menu_left">
  104. <view class="vflex">
  105. <block v-for="(item,index) in cateList" :key="index">
  106. <view class="left_item text_hide hflex acenter" :class="index == left_active? 'left_active':''" @click="clickTab1(index)">
  107. <text class="text_hide" style="width: 100%;text-align: center;">{{item.name}}</text>
  108. </view>
  109. </block>
  110. </view>
  111. </scroll-view>
  112. <scroll-view scroll-y="true" class="menu_right">
  113. <view class="vflex" v-if="cateList[left_active]">
  114. <block v-for="(item,index) in cateList[left_active].sub" :key="index">
  115. <view class="right_item hflex acenter jbetween" @click="selectItem(index)">
  116. <view class="item_text hflex acenter jcenter" :class="index == right_active? 'right_active':''">{{item.name}}</view>
  117. <image src="/static/images/common/check.png" style="width: 36rpx;height: 36rpx;" v-if="index == right_active"></image>
  118. </view>
  119. </block>
  120. </view>
  121. </scroll-view>
  122. </view>
  123. </view>
  124. <view class="popu_bottom">
  125. <view class="btn hflex acenter jcenter"@click="sure">确定</view>
  126. </view>
  127. </view>
  128. </u-popup>
  129. <u-popup :show="show_choose" @close="close">
  130. <view class="vflex acenter">
  131. <view class="hflex acenter jcenter choose" @click="choose_img">
  132. <view>图片</view>
  133. </view>
  134. <view class="hflex acenter jcenter choose" @click="choose_video">
  135. <view>视频</view>
  136. </view>
  137. <view class="hflex acenter jcenter choose" @click="close">
  138. <view>取消</view>
  139. </view>
  140. </view>
  141. </u-popup>
  142. </view>
  143. </template>
  144. <script>
  145. import $api, { info } from '@/static/js/api.js'
  146. var that = ''
  147. export default {
  148. data() {
  149. return {
  150. fileList1: [],
  151. fileList2: [],
  152. cateList: [],
  153. left_active: 0,
  154. right_active: -1,
  155. name: '',
  156. content: '',
  157. deliveryList: [],
  158. show_delivery: false,
  159. delivery_index: -1,
  160. delivery_id: '',
  161. delivery_name: '',
  162. radioList: [
  163. {
  164. name: '上架售卖'
  165. },
  166. {
  167. name: '暂不上架'
  168. }
  169. ],
  170. active: 0,
  171. items: '',
  172. cover: '',
  173. slider: '',
  174. // content: '',
  175. status: 1,
  176. cateids: '',
  177. cate: '',
  178. spec: '',
  179. stock_total: 0,
  180. price_selling: '',
  181. cate_show: false,
  182. id: '',
  183. data: [],
  184. spect: '',
  185. data_specs: '',
  186. show_choose: false,
  187. data: {},
  188. array: [],
  189. }
  190. },
  191. onLoad(options) {
  192. that = this
  193. if(options.id) {
  194. that.id = options.id
  195. that.getData()
  196. uni.setNavigationBarTitle({
  197. title: '编辑商品'
  198. })
  199. }
  200. if(options.data) {
  201. that.data = JSON.parse(options.data)
  202. that.spect = options.spec
  203. that.items = that.data
  204. that.spec = that.spect
  205. that.stock_total = 0
  206. for(var i=0;i<that.items.length;i++) {
  207. that.stock_total += Number(that.items[i].stock_total)
  208. if(that.items[i].status) {
  209. that.items[i].status = 1
  210. } else {
  211. that.items[i].status = 2
  212. }
  213. }
  214. that.price_selling = that.items[0].price_selling
  215. }
  216. that.getCate()
  217. that.getDelivery()
  218. },
  219. onShow() {
  220. var data = uni.getStorageSync('specData')
  221. var spec = uni.getStorageSync('spectitle')
  222. if(data) {
  223. that.data = JSON.parse(data)
  224. that.spect = JSON.parse(spec)
  225. that.items = that.data
  226. that.spec = that.spect
  227. for(var i=0;i<that.items.length;i++) {
  228. that.stock_total += Number(that.items[i].stock_total)
  229. if(that.items[i].status) {
  230. that.items[i].status = 1
  231. } else {
  232. that.items[i].status = 2
  233. }
  234. }
  235. that.price_selling = that.items[0].price_selling
  236. }
  237. },
  238. methods: {
  239. getData() {
  240. $api.req({
  241. url: '/data/api.business.Goods/goods_details',
  242. method: 'POST',
  243. data: {
  244. goods_id: that.id
  245. }
  246. }, function(res) {
  247. if(res.code == 1) {
  248. // console.log('商品详情',res);
  249. that.data = res.data
  250. that.data_specs = res.data.data_specs
  251. that.cover = res.data.cover
  252. var imgList = res.data.cover.split('|')
  253. for(var i=0;i<imgList.length;i++) {
  254. var data = {
  255. url: imgList[i]
  256. }
  257. that.fileList1.push(data)
  258. }
  259. that.name = res.data.name
  260. that.items = res.data.item
  261. // console.log('----------------',that.items.length);
  262. that.cateids = res.data.cateids
  263. that.cate = res.data.cate_name[0].name
  264. that.content = res.data.content
  265. that.slider = res.data.slider
  266. if(that.slider && that.slider.includes('|')) {
  267. imgList = res.data.slider.split('|')
  268. for(var i=0;i<imgList.length;i++) {
  269. let type = ''
  270. let temp = imgList[i].substring(imgList[i].length - 3,imgList[i].length)
  271. if(type[1] == 'mp4') {
  272. type='video'
  273. } else {
  274. type='image'
  275. }
  276. var data = {
  277. url: imgList[i],
  278. type:type
  279. }
  280. that.fileList2.push(data)
  281. }
  282. // console.log(that.fileList2);
  283. } else if(that.slider && !that.slider.includes('|')) {
  284. let type = ''
  285. if(that.slider == 'mp4') {
  286. type='video'
  287. } else {
  288. type='image'
  289. }
  290. var data = {
  291. url: that.slider,
  292. type:type
  293. }
  294. that.fileList2.push(data)
  295. }
  296. that.status = res.data.status
  297. that.stock_total = res.data.stock_total
  298. if(res.data.postagetype) {
  299. that.delivery_name = res.data.postagetype.name
  300. that.delivery_id = res.data.postagetype.id
  301. }
  302. // console.log('配送方式',that.delivery_name);
  303. // that.price_selling = res.data.price_selling
  304. if(that.status == 1) {
  305. that.active = 0
  306. } else {
  307. that.active = 1
  308. }
  309. that.spec = JSON.parse(that.data.data_specs)
  310. if(that.data.length!==0) {
  311. // that.items = that.data
  312. for(var i=0;i<that.items.length;i++) {
  313. that.stock_total += Number(that.items[i].stock_total)
  314. }
  315. that.price_selling = that.items[0].price_selling
  316. }
  317. }
  318. })
  319. },
  320. getCate() {
  321. $api.req({
  322. url: '/data/api.business.Goods/getCate'
  323. }, function(res) {
  324. if(res.code == 1) {
  325. that.cateList = res.data
  326. }
  327. })
  328. },
  329. getDelivery() {
  330. $api.req({
  331. url: '/data/api.PostageType/postagetype',
  332. }, function(res) {
  333. if(res.code == 1) {
  334. that.array = []
  335. for(var i=0;i<res.data.length;i++) {
  336. that.array.push(res.data[i].name)
  337. }
  338. that.deliveryList = res.data
  339. // that.deliveryList =
  340. console.log(that.deliveryList);
  341. }
  342. })
  343. },
  344. // 删除图片
  345. deletePic(event) {
  346. this[`fileList${event.name}`].splice(event.index, 1)
  347. },
  348. deletePic2(index) {
  349. that.fileList2.splice(index,1)
  350. },
  351. // 新增图片
  352. async afterRead(event) {
  353. uni.showLoading({
  354. title: '上传中',
  355. mask: true
  356. })
  357. let lists = [].concat(event.file)
  358. let fileListLen = this[`fileList${event.name}`].length
  359. lists.map((item) => {
  360. this[`fileList${event.name}`].push({
  361. ...item,
  362. // status: 'uploading',
  363. // message: '上传中'
  364. })
  365. })
  366. for (let i = 0; i < lists.length; i++) {
  367. const result = await this.uploadFilePromise(lists[i].url)
  368. let item = this[`fileList${event.name}`][fileListLen]
  369. this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
  370. // status: 'success',
  371. type: result.type,
  372. url: result.url
  373. }))
  374. fileListLen++
  375. if(lists.length - 1 == i) {
  376. uni.hideLoading()
  377. }
  378. }
  379. console.log(that.fileList1);
  380. },
  381. uploadFilePromise(url) {
  382. return new Promise((resolve, reject) => {
  383. let a = uni.uploadFile({
  384. url: $api.config.baseUrl + '/data/api.auth.Center/upload',
  385. filePath: url,
  386. name: 'file',
  387. header: {
  388. 'token': uni.getStorageSync('token')?uni.getStorageSync('token'):'',
  389. 'api-name': 'iosapp'
  390. },
  391. formData: {
  392. user: 'test'
  393. },
  394. success: (res) => {
  395. setTimeout(() => {
  396. var data = JSON.parse(res.data)
  397. console.log('data:',data);
  398. var type = data.data.key.split('.')
  399. if(type[1] == 'mp4') {
  400. that.$set(data.data,'type','video')
  401. } else {
  402. that.$set(data.data,'type','image')
  403. }
  404. resolve(data.data)
  405. }, 1000)
  406. }
  407. });
  408. })
  409. },
  410. changeRadio(index) {
  411. that.active = index
  412. if(that.active == 0) {
  413. that.status = 1
  414. } else {
  415. that.status = 0
  416. }
  417. },
  418. addSpec() {
  419. /* if(that.id) {
  420. return
  421. } */
  422. console.log('that.data_specs',that.data_specs);
  423. var list = uni.getStorageSync('spectitle') ? uni.getStorageSync('spectitle') : that.data_specs
  424. console.log('list = ',list);
  425. $api.jump('/pages/good/spec?items=' + list +'&good_id=' + that.id)
  426. },
  427. toSetting() {
  428. var data = uni.getStorageSync('specData') ? uni.getStorageSync('specData') : JSON.stringify(that.items)
  429. console.log('data = ',data);
  430. var list = uni.getStorageSync('spectitle') ? uni.getStorageSync('spectitle') : that.data_specs
  431. if(that.id) {
  432. $api.jump('/pages/good/setting?good_id=' + that.id + '&list=' + data + '&data=' + list)
  433. } else {
  434. $api.jump('/pages/good/setting?list=' + data + '&data=' +list)
  435. }
  436. },
  437. open() {
  438. that.cate_show = true
  439. },
  440. clickTab1(e) {
  441. that.left_active = e
  442. that.right_active = -1
  443. },
  444. selectItem(index) {
  445. that.right_active = index
  446. },
  447. selectDelivery(e) {
  448. that.delivery_index = e.detail.value
  449. that.delivery_name = that.deliveryList[that.delivery_index].name
  450. that.delivery_id = that.deliveryList[that.delivery_index].id
  451. /* that.delivery_index = e.indexs[0]
  452. console.log(that.deliveryList[0][that.delivery_index].name);
  453. that.delivery_name = that.deliveryList[0][that.delivery_index].name
  454. that.delivery_id = that.deliveryList[] */
  455. that.close()
  456. },
  457. sure() {
  458. if(that.left_active == -1 && that.right_active == -1) {
  459. $api.info("请先选择类目")
  460. return
  461. }
  462. if(that.right_active == -1) {
  463. that.cateids = that.cateList[that.left_active].id
  464. that.cate = that.cateList[that.left_active].name
  465. } else {
  466. that.cateids = that.cateList[that.left_active].sub[that.right_active].id
  467. that.cate = that.cateList[that.left_active].sub[that.right_active].name
  468. }
  469. that.close()
  470. },
  471. close() {
  472. that.show_delivery = false
  473. that.cate_show = false
  474. that.show_choose = false
  475. },
  476. create() {
  477. console.log(that.spec);
  478. if(!that.spec) {
  479. $api.info('请先填写规格')
  480. return
  481. }
  482. if(that.delivery_name == '') {
  483. $api.info('请选择物流配送')
  484. return
  485. }
  486. uni.removeStorageSync("specData")
  487. uni.removeStorageSync("spectitle")
  488. for(var i=0;i<that.fileList1.length;i++) {
  489. that.cover += that.fileList1[i].url + '|'
  490. }
  491. for(var i=0;i<that.fileList2.length;i++) {
  492. that.slider += that.fileList2[i].url + '|'
  493. }
  494. that.cover = that.cover.substr(0,that.cover.length - 1)
  495. that.slider = that.slider.substr(0,that.slider.length - 1)
  496. $api.req({
  497. url: '/data/api.business.Goods/goods_add',
  498. method: 'POST',
  499. data: {
  500. name: that.name,
  501. cateids: that.cateids,
  502. cover: that.cover,
  503. slider: that.slider,
  504. content: that.content,
  505. stock_total: that.stock_total,
  506. price_selling: that.price_selling,
  507. status: that.status,
  508. spec: JSON.stringify(that.spec),
  509. items: JSON.stringify(that.items),
  510. postagetype: that.delivery_id
  511. }
  512. }, function(res) {
  513. if(res.code == 1) {
  514. $api.info('商品发布成功,请耐心等待后端审核')
  515. setTimeout(() => {
  516. $api.jump('/pages/tabbar/index/index',2)
  517. },1000)
  518. }
  519. })
  520. },
  521. save() {
  522. if(that.delivery_name == '') {
  523. $api.info('请选择物流配送')
  524. return
  525. }
  526. that.cover = ""
  527. that.slider = ""
  528. uni.removeStorageSync("specData")
  529. uni.removeStorageSync("spectitle")
  530. console.log('总库存',that.stock_total);
  531. for(var i=0;i<that.fileList1.length;i++) {
  532. that.cover += that.fileList1[i].url + '|'
  533. }
  534. for(var i=0;i<that.fileList2.length;i++) {
  535. that.slider += that.fileList2[i].url + '|'
  536. }
  537. var items = []
  538. for(var i=0;i<that.items.length;i++) {
  539. var temp = {
  540. id: that.items[i].id,
  541. goods_spec: that.items[i].goods_spec,
  542. stock_total: that.items[i].stock_total,
  543. price_selling: that.items[i].price_selling,
  544. sku_image: that.items[i].show_image?that.items[i].show_image: that.items[i].sku_image,
  545. status: that.items[i].status
  546. }
  547. items.push(temp)
  548. }
  549. that.cover = that.cover.substr(0,that.cover.length - 1)
  550. that.slider = that.slider.substr(0,that.slider.length - 1)
  551. // that.spec = JSON.parse(that.data.data_specs)
  552. if(!that.spec) {
  553. $api.info('请先填写规格')
  554. return
  555. }
  556. $api.req({
  557. url: '/data/api.business.Goods/goods_edit',
  558. method: 'POST',
  559. data: {
  560. goods_id: that.id,
  561. name: that.name,
  562. cateids: that.cateids,
  563. cover: that.cover,
  564. slider: that.slider,
  565. content: that.content,
  566. stock_total: that.stock_total,
  567. price_selling: that.price_selling,
  568. status: that.status,
  569. items: JSON.stringify(items),
  570. spec: JSON.stringify(that.spec),
  571. postagetype: that.delivery_id
  572. }
  573. }, function(res) {
  574. console.log(res,that.id,'=====================');
  575. if(res.code == 1) {
  576. if(that.id) {
  577. $api.info('商品编辑成功,请耐心等待后端审核')
  578. } else {
  579. $api.info('商品发布成功,请耐心等待后端审核')
  580. }
  581. setTimeout(() => {
  582. $api.jump('/pages/tabbar/index/index',2)
  583. },1000)
  584. }
  585. })
  586. },
  587. dele() {
  588. $api.req({
  589. url: '/data/api.business.Goods/del_goods',
  590. method: 'POST',
  591. data: {
  592. goods_id: that.id
  593. }
  594. }, function(res) {
  595. if(res.code == 1) {
  596. $api.info(res.info)
  597. $api.jump('/pages/tabbar/index/index',2)
  598. }
  599. })
  600. },
  601. choose() {
  602. that.show_choose = true
  603. },
  604. choose_img() {
  605. that.close()
  606. uni.chooseImage({
  607. count: 9, //默认9
  608. sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
  609. sourceType: ['album','camera'], //从相册选择
  610. success: function (res) {
  611. uni.showLoading({
  612. title: '上传中',
  613. mask: true
  614. })
  615. let fileListLen = that.fileList2.length
  616. let file = res.tempFiles[0].path
  617. console.log(file);
  618. uni.uploadFile({
  619. url: $api.config.baseUrl + '/data/api.auth.Center/upload',
  620. filePath: file,
  621. name: 'file',
  622. header: {
  623. 'token': uni.getStorageSync('token')?uni.getStorageSync('token'):'',
  624. 'api-name': 'iosapp'
  625. },
  626. formData: {
  627. user: 'test'
  628. },
  629. success: (res2) => {
  630. var data = JSON.parse(res2.data)
  631. console.log('data:',data);
  632. let item = {
  633. type: 'image',
  634. url: data.data.url
  635. }
  636. that.fileList2.push(item)
  637. uni.hideLoading()
  638. },
  639. fail(err) {
  640. console.log(err);
  641. }
  642. });
  643. }
  644. });
  645. },
  646. choose_video() {
  647. that.close()
  648. uni.chooseVideo({
  649. sourceType: ['camera', 'album'],
  650. success: function (res) {
  651. uni.showLoading({
  652. title: '上传中',
  653. mask: true
  654. })
  655. let fileListLen = that.fileList2.length
  656. let file = res.tempFilePath
  657. console.log(file);
  658. uni.uploadFile({
  659. url: $api.config.baseUrl + '/data/api.auth.Center/upload',
  660. filePath: file,
  661. name: 'file',
  662. header: {
  663. 'token': uni.getStorageSync('token')?uni.getStorageSync('token'):'',
  664. 'api-name': 'iosapp'
  665. },
  666. formData: {
  667. user: 'test'
  668. },
  669. success: (res2) => {
  670. var data = JSON.parse(res2.data)
  671. let item = {
  672. type: 'video',
  673. url: data.data.url
  674. }
  675. that.fileList2.push(item)
  676. uni.hideLoading()
  677. },
  678. fail(err) {
  679. console.log(err);
  680. }
  681. });
  682. }
  683. });
  684. }
  685. },
  686. }
  687. </script>
  688. <style lang="scss" scoped>
  689. .content::v-deep {
  690. background: #F5F5F5;
  691. .top {
  692. width: 100%;
  693. padding: 20rpx;
  694. // height: 60rpx;
  695. background: #ffaf1a;
  696. .info {
  697. font-size: 24rpx;
  698. color: #fff;
  699. }
  700. }
  701. .box {
  702. width: 100%;
  703. background: #FFFFFF;
  704. box-sizing: border-box;
  705. padding: 0 30rpx;
  706. margin-top: 20rpx;
  707. .title {
  708. font-size: 30rpx;
  709. font-weight: 400;
  710. color: #222222;
  711. line-height: 42rpx;
  712. margin: 28rpx 0 20rpx;
  713. }
  714. .requ {
  715. position: relative;
  716. }
  717. .requ:before {
  718. content: '*';
  719. top: 0;
  720. left: -15rpx;
  721. position: absolute;
  722. font-size: 30rpx;
  723. font-weight: 400;
  724. color: #FF3636;
  725. }
  726. .upload {
  727. margin-bottom: 20px;
  728. .upload_img1 {
  729. width: 166rpx;
  730. height: 166rpx;
  731. }
  732. .upload_img2 {
  733. width: 200rpx;
  734. height: 200rpx;
  735. }
  736. .img {
  737. width: 200rpx;
  738. height: 200rpx;
  739. margin: 0 20rpx 20rpx 0;
  740. border-radius: 16rpx;
  741. }
  742. video {
  743. width: 200rpx;
  744. height: 200rpx;
  745. margin: 0 20rpx 20rpx 0;
  746. }
  747. .close_icon {
  748. position: absolute;
  749. top: 0;
  750. right: 15rpx;
  751. width: 30rpx;
  752. height: 30rpx;
  753. z-index: 99;
  754. }
  755. }
  756. .u-textarea {
  757. padding: 0 !important;
  758. }
  759. .box_item {
  760. padding: 28rpx 0;
  761. border-bottom: 1rpx solid #F5F5F5;
  762. .box_left {
  763. font-size: 30rpx;
  764. font-weight: 400;
  765. color: #222222;
  766. line-height: 42rpx;
  767. }
  768. .box_right {
  769. font-size: 30rpx;
  770. font-weight: 400;
  771. color: #ACACAC;
  772. line-height: 42rpx;
  773. padding-right: 10rpx;
  774. text-overflow: ellipsis;
  775. overflow: hidden;
  776. display: -webkit-box;
  777. -webkit-box-orient: vertical;
  778. box-orient: vertical;
  779. line-clamp: 2;
  780. -webkit-line-clamp: 2;
  781. }
  782. .text_blue {
  783. color: #617BFE;
  784. }
  785. .radio_text {
  786. font-size: 30rpx;
  787. font-weight: 400;
  788. color: #222222;
  789. line-height: 42rpx;
  790. padding-left: 12rpx;
  791. }
  792. }
  793. }
  794. .bottom {
  795. width: 100%;
  796. height: 166rpx;
  797. background: #FFFFFF;
  798. position: fixed;
  799. bottom: 0;
  800. z-index: 99;
  801. .btn {
  802. width: 690rpx;
  803. height: 84rpx;
  804. background: #5471FF;
  805. border-radius: 46rpx;
  806. margin: 8rpx auto 0;
  807. font-size: 36rpx;
  808. font-weight: 500;
  809. color: #FFFFFF;
  810. line-height: 50rpx;
  811. }
  812. .btn_group {
  813. width: 100%;
  814. box-sizing: border-box;
  815. padding: 8rpx 30rpx 0;
  816. .btn1 {
  817. width: 330rpx;
  818. height: 84rpx;
  819. border-radius: 46rpx;
  820. border: 1rpx solid #5471FF;
  821. font-size: 32rpx;
  822. font-weight: 500;
  823. color: #5471FF;
  824. line-height: 50rpx;
  825. }
  826. .btn2 {
  827. width: 330rpx;
  828. height: 84rpx;
  829. background: #5471FF;
  830. border-radius: 46rpx;
  831. font-size: 32rpx;
  832. font-weight: 500;
  833. color: #FFFFFF;
  834. line-height: 50rpx;
  835. }
  836. }
  837. }
  838. .popu {
  839. background: #FFFFFF;
  840. border-radius: 40rpx 40rpx 0px 0px;
  841. // border: 2rpx solid #979797;
  842. .popu_top {
  843. width: 690rpx;
  844. margin: 0 auto;
  845. padding: 44rpx 0 28rpx;
  846. border-bottom: 1px solid #F7F7F7;
  847. .popu_title {
  848. font-size: 36rpx;
  849. font-weight: 500;
  850. color: #222222;
  851. line-height: 50rpx;
  852. }
  853. }
  854. .center {
  855. margin: 0 0 188rpx;
  856. .menuList {
  857. width: 100%;
  858. .menu_left {
  859. width: 200rpx;
  860. height: 850rpx;
  861. background: #F5F5F5;
  862. border-radius: 0px 28rpx 0px 0px;
  863. .left_item {
  864. max-width: 200rpx;
  865. font-size: 28rpx;
  866. font-weight: 400;
  867. color: #222222;
  868. line-height: 40rpx;
  869. padding: 30rpx 20rpx;
  870. }
  871. .left_active {
  872. color: #506DFF;
  873. background: #fff;
  874. }
  875. }
  876. .menu_right {
  877. width: 550rpx;
  878. height: 850rpx;
  879. background: #FFFFFF;
  880. .right_item {
  881. padding: 30rpx 30rpx 30rpx 64rpx;
  882. .item_text {
  883. font-size: 30rpx;
  884. font-weight: 400;
  885. color: #393939;
  886. line-height: 42rpx;
  887. }
  888. .right_active {
  889. color: #5B77FF;
  890. }
  891. }
  892. .tabs_text {
  893. width: 80rpx;
  894. height: 56rpx;
  895. background: #FFFFFF;
  896. font-size: 20rpx;
  897. font-weight: 400;
  898. color: #393939;
  899. line-height: 28rpx;
  900. }
  901. }
  902. }
  903. }
  904. .popu_bottom {
  905. width: 100%;
  906. height: 166rpx;
  907. background: #FFFFFF;
  908. position: fixed;
  909. bottom: 0;
  910. z-index: 99;
  911. .btn {
  912. width: 690rpx;
  913. height: 84rpx;
  914. background: #5471FF;
  915. border-radius: 46rpx;
  916. margin: 8rpx auto 0;
  917. font-size: 36rpx;
  918. font-weight: 500;
  919. color: #FFFFFF;
  920. line-height: 50rpx;
  921. }
  922. }
  923. }
  924. .choose {
  925. padding: 20rpx 0;
  926. }
  927. }
  928. </style>