announce.js 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688
  1. const app = getApp();
  2. const api = require('../../api/api');
  3. const storageManager = require("../../utils/storage-manager.js");
  4. // pages/announce/announce.js
  5. Page({
  6. /**
  7. * 页面的初始数据
  8. */
  9. data: {
  10. // 通用
  11. navbarData: {
  12. showCapsule: 1, //是否显示左上角图标 1表示显示 0表示不显示
  13. title: '创建新拼团', //导航栏 中间的标题
  14. capsuleMode: 'navBack', //显示模式(navBack:返回上一页;navHome:返回首页)
  15. },
  16. index: 0, //当前步骤(0-拼团介绍;1-编辑商品;2-规则设置)
  17. type: '', //类型(add-创建新拼团;copy-复制往期拼团;edit-编辑拼团;)
  18. id: 0, //拼团ID
  19. /* 拼团介绍 */
  20. arealength: 0,
  21. groupName: '', //拼团名称
  22. groupDesc: '', //拼团描述
  23. videoList: [], //拼团视频
  24. bigImageList: [], //拼团大图
  25. smallImageList: [], //拼团小图
  26. /* 编辑商品 */
  27. foottab: ['全部', '日用品', '熟食', '奶制品'],
  28. leiindex: 0,
  29. checked: false,
  30. mockData: [], //商品列表
  31. openManageMode: false, //是否开启管理模式
  32. checkBoxResult: [], //复选框结果
  33. checkedAll: false,
  34. /* 规则设置 */
  35. // planB-开始
  36. startTuanTime: '', //开团时间
  37. endTuanTime: '', //截团时间
  38. daoHuoTime: '', //预计到货时间
  39. // planB-开始
  40. showDateTimePicker: false, //显示日期时间弹窗
  41. selectDateTimeType: 0, //选择类型(0:开团时间;1:截团时间;2:预计到货时间)
  42. selectDateMode: true, //是否为选择日期
  43. selectDate: [], //当前选中日期(开团日期)
  44. selectTime: [], //当前选中时间(开团时间)
  45. selectEndDate: [], //当前选中日期(截团日期)
  46. selectEndTime: [], //当前选中时间(截团时间)
  47. selectPlanDate: [], //当前选中日期(预计到货日期)
  48. selectPlanTime: [], //当前选中时间(截团到货时间)
  49. hours: ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23'],
  50. minutes: ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59'],
  51. // 物流方式相关-开始
  52. showShippingMethods: false, //显示物流方式
  53. shippingMethods: [
  54. {
  55. name: '取货点自提',
  56. index: 1,
  57. className: 'actions-first-child'
  58. },
  59. {
  60. name: '送货或自提',
  61. index: 2
  62. }
  63. ],
  64. logistics_mode: '', //物流方式(0没有物流,1取货点自提,2送货或者自提
  65. // 物流方式相关-结束
  66. // 提货点相关开始
  67. pick_point: [],
  68. // 提货点相关结束
  69. showPreviewImage: false, //显示预览图片
  70. previewImageURL: 'https://s1.ax1x.com/2022/05/23/XpinUI.jpg', //预览图片地址
  71. showPreviewImage2: false, //显示预览图片2
  72. previewImageURL2: 'https://s1.ax1x.com/2022/05/23/Xpil28.jpg', //预览图片地址2
  73. showPreviewImageMenus: false, //显示菜单
  74. showPreviewImageMenus2: false, //显示菜单2
  75. previewImageMenus: [{
  76. name: '拍照',
  77. className: 'actions-first-child'
  78. },
  79. {
  80. name: '相册'
  81. }
  82. ],
  83. wechat_payment: 0,
  84. search: 0,
  85. show_list: 0,
  86. comment: 0,
  87. seller_forwarding: 0,
  88. receiving_information: 0,
  89. wxpayservice: '', //微信支付手续费
  90. },
  91. /**
  92. * 生命周期函数--监听页面加载
  93. */
  94. onLoad: function (options) {
  95. app.clearSubPageResult();
  96. let that = this;
  97. that.setData({
  98. type: options.type,
  99. id: Number(options.id)
  100. })
  101. if (that.data.type == 'edit') {
  102. that.setData({
  103. navbarData: {
  104. showCapsule: 1,
  105. title: '编辑拼团',
  106. capsuleMode: 'navBack', //显示模式(navBack:返回上一页;navHome:返回首页)
  107. }
  108. })
  109. }
  110. if (options.id) {
  111. wx.showLoading({
  112. title: '加载中',
  113. mask: true
  114. })
  115. wx.request({
  116. url: api.Gang_info,
  117. header: {
  118. 'Authorization': wx.getStorageSync('token')
  119. },
  120. data: {
  121. id: Number(options.id)
  122. },
  123. method: 'POST',
  124. success(res) {
  125. console.log(res);
  126. if (res.data.code === 1) {
  127. // 对拼团大图/拼团小图/拼团视频做非空校验
  128. let gang_video = res.data.data.gang_video;
  129. let gang_big_img = res.data.data.gang_big_img;
  130. let gang_small_img = res.data.data.gang_small_img;
  131. if(gang_video == null) {
  132. gang_video = [];
  133. }else{
  134. gang_video = [gang_video];
  135. }
  136. if(gang_big_img == null) {
  137. gang_big_img = [];
  138. }else{
  139. gang_big_img = [gang_big_img];
  140. }
  141. if(gang_small_img[0] == '') {
  142. gang_small_img = [];
  143. }else{
  144. gang_small_img = gang_small_img;
  145. }
  146. that.setData({
  147. groupName: res.data.data.gang_name,
  148. groupDesc: res.data.data.gang_describe,
  149. videoList: gang_video,
  150. bigImageList: gang_big_img,
  151. smallImageList: gang_small_img,
  152. startTuanTime: res.data.data.opening_time,
  153. endTuanTime: res.data.data.closing_time,
  154. logistics_mode: res.data.data.logistics_mode,
  155. daoHuoTime: res.data.data.expected_arrival_time,
  156. previewImageURL: res.data.data.background_img,
  157. previewImageURL2: res.data.data.cover_img,
  158. wechat_payment: res.data.data.wechat_payment,
  159. search: res.data.data.search,
  160. show_list: res.data.data.show_list,
  161. comment: res.data.data.comment,
  162. seller_forwarding: res.data.data.seller_forwarding,
  163. receiving_information: res.data.data.receiving_information
  164. })
  165. } else {
  166. wx.showToast({
  167. title: res.data.msg,
  168. mask: true,
  169. icon: 'none'
  170. })
  171. }
  172. },
  173. fail(err) {
  174. wx.showToast({
  175. title: '发起网络请求失败',
  176. icon: 'none',
  177. mask: true
  178. })
  179. },
  180. complete() {
  181. wx.hideLoading()
  182. }
  183. })
  184. wx.request({
  185. url: api.commodity,
  186. header: {
  187. 'Authorization': wx.getStorageSync('token')
  188. },
  189. data: {
  190. id: Number(options.id)
  191. },
  192. method: 'POST',
  193. success(res) {
  194. console.log(res);
  195. if (res.data.code === 1) {
  196. that.setData({
  197. mockData: res.data.data
  198. })
  199. } else {
  200. wx.showToast({
  201. title: res.data.msg,
  202. mask: true,
  203. icon: 'none'
  204. })
  205. }
  206. },
  207. fail(err) {
  208. wx.showToast({
  209. title: '发起网络请求失败',
  210. icon: 'none',
  211. mask: true
  212. })
  213. },
  214. complete() {
  215. wx.hideLoading()
  216. }
  217. })
  218. }
  219. // 获取微信支付手续费
  220. that.getWXPayServiceCharge();
  221. },
  222. /**
  223. * 生命周期函数--监听页面初次渲染完成
  224. */
  225. onReady: function () {
  226. },
  227. /**
  228. * 生命周期函数--监听页面显示
  229. */
  230. onShow: async function () {
  231. let result = await storageManager.get('subPageResult');
  232. let that = this;
  233. console.log(result);
  234. if (result !== null) {
  235. for (let i = 0; i < result.length; i++) {
  236. result[i].xuan = false
  237. }
  238. let mockData = that.data.mockData;
  239. mockData = mockData.concat(result);
  240. let newMockData = that.removeDuplicateObj(mockData);
  241. that.setData({
  242. mockData: newMockData
  243. })
  244. storageManager.set('subPageResult', null);
  245. }
  246. if(wx.getStorageSync('obj')) {
  247. let obj = wx.getStorageSync('obj');
  248. console.log(obj);
  249. let mockData = that.data.mockData;
  250. mockData[obj.index].commodity_name = obj.name;
  251. mockData[obj.index].price = obj.price;
  252. mockData[obj.index].stock = obj.stock;
  253. wx.removeStorageSync('obj');
  254. that.setData({
  255. mockData
  256. })
  257. }
  258. },
  259. /**
  260. * 生命周期函数--监听页面隐藏
  261. */
  262. onHide: function () {
  263. },
  264. /**
  265. * 生命周期函数--监听页面卸载
  266. */
  267. onUnload: function () {
  268. app.clearSubPageResult()
  269. },
  270. /**
  271. * 页面相关事件处理函数--监听用户下拉动作
  272. */
  273. onPullDownRefresh: function () {
  274. },
  275. /**
  276. * 页面上拉触底事件的处理函数
  277. */
  278. onReachBottom: function () {
  279. },
  280. /**
  281. * 用户点击右上角分享
  282. */
  283. onShareAppMessage: function () {
  284. },
  285. /* 通用方法 */
  286. // 下一步
  287. nextone() {
  288. this.setData({
  289. index: this.data.index += 1
  290. })
  291. },
  292. // 选择顶部标签
  293. selectTopTab(e) {
  294. this.setData({
  295. index: Number(e.currentTarget.dataset.index)
  296. })
  297. },
  298. // 数组去重
  299. removeDuplicateObj(arr) {
  300. let obj = {};
  301. arr = arr.reduce((newArr, next) => {
  302. obj[next.id] ? "" : (obj[next.id] = true && newArr.push(next));
  303. return newArr;
  304. }, []);
  305. return arr;
  306. },
  307. /* 拼团介绍 */
  308. // 输入拼团名称
  309. inputGroupName(e) {
  310. this.setData({
  311. groupName: e.detail.value
  312. })
  313. },
  314. // 输入拼团描述
  315. inputGroupDesc(e) {
  316. this.setData({
  317. groupDesc: e.detail.value
  318. })
  319. },
  320. // 当前输入字数
  321. limitWord(e) {
  322. this.setData({
  323. arealength: e.detail.value.length
  324. })
  325. },
  326. // 上传大图
  327. uploadBigImage() {
  328. let that = this;
  329. if (that.data.bigImageList.length === 0) {
  330. // wx.showLoading({
  331. // title: '文件上传中',
  332. // mask: true
  333. // })
  334. wx.request({
  335. url: api.getSignedUrl,
  336. data: {
  337. type: 'image'
  338. },
  339. success: (oss) => {
  340. console.log(oss);
  341. wx.chooseMedia({
  342. count: 1,
  343. mediaType: ['image'],
  344. success: (img) => {
  345. console.log(img);
  346. let key = "image/" + new Date().getTime() + Math.floor(Math.random() * 150) + '.png';
  347. wx.showLoading({
  348. title: '文件上传中',
  349. mask: true
  350. })
  351. wx.uploadFile({
  352. filePath: img.tempFiles[0].tempFilePath,
  353. name: 'file',
  354. url: 'https://' + oss.data.data.host, //输入你的bucketname.endpoint
  355. formData: {
  356. key: key,
  357. policy: oss.data.data.policy, // 输入你获取的的policy
  358. OSSAccessKeyId: oss.data.data.OSSAccessKeyId, // 输入你的AccessKeyId
  359. success_action_status: '200', // 让服务端返回200,不然,默认会返回204
  360. signature: oss.data.data.Signature, // 输入你获取的的signature
  361. },
  362. success: (res) => {
  363. if (res.statusCode == 200) {
  364. let src = 'https://' + oss.data.data.host + '/' + key;
  365. console.log(src);
  366. let arr = [];
  367. arr.push(src);
  368. that.setData({
  369. bigImageList: arr
  370. })
  371. }
  372. },
  373. fail: (err) => {
  374. console.log(err);
  375. },
  376. complete: () => {
  377. wx.hideLoading()
  378. }
  379. })
  380. },
  381. fail: (err) => {
  382. wx.hideLoading()
  383. }
  384. })
  385. },
  386. fail: (err) => {
  387. console.log(err);
  388. }
  389. })
  390. }
  391. },
  392. // 上传小图
  393. uploadSmallImage() {
  394. let that = this;
  395. if (that.data.smallImageList.length < 5) {
  396. // wx.showLoading({
  397. // title: '文件上传中',
  398. // mask: true
  399. // })
  400. wx.request({
  401. url: api.getSignedUrl,
  402. data: {
  403. type: 'image'
  404. },
  405. success: (oss) => {
  406. console.log(oss);
  407. wx.chooseMedia({
  408. count: 5,
  409. mediaType: ['image'],
  410. success: (img) => {
  411. this.uploadFileImg(img,0,oss)
  412. },
  413. fail: (err) => {
  414. wx.hideLoading()
  415. }
  416. })
  417. },
  418. fail: (err) => {
  419. console.log(err);
  420. }
  421. })
  422. }
  423. },
  424. uploadFileImg(img,i,oss){
  425. let that = this;
  426. let key = "image/" + new Date().getTime() + Math.floor(Math.random() * 150) + '.png';
  427. wx.showLoading({
  428. title: '文件上传中',
  429. mask: true
  430. })
  431. wx.uploadFile({
  432. filePath: img.tempFiles[i].tempFilePath,
  433. name: 'file',
  434. url: 'https://' + oss.data.data.host, //输入你的bucketname.endpoint
  435. formData: {
  436. key: key,
  437. policy: oss.data.data.policy, // 输入你获取的的policy
  438. OSSAccessKeyId: oss.data.data.OSSAccessKeyId, // 输入你的AccessKeyId
  439. success_action_status: '200', // 让服务端返回200,不然,默认会返回204
  440. signature: oss.data.data.Signature, // 输入你获取的的signature
  441. },
  442. success: (res) => {
  443. if (res.statusCode == 200) {
  444. let src = 'https://' + oss.data.data.host + '/' + key;
  445. console.log(src);
  446. let oldSmallImageList = that.data.smallImageList;
  447. oldSmallImageList.push(src);
  448. that.setData({
  449. smallImageList: oldSmallImageList
  450. })
  451. if (++i< img.tempFiles.length) {
  452. this.uploadFileImg(img,i,oss)
  453. // that.getammeternumber(fileList, i, length,dataset,skushowpricekey);
  454. }else{}
  455. }
  456. },
  457. fail: (err) => {
  458. console.log(err);
  459. },
  460. complete: (complete) => {
  461. console.log(complete)
  462. wx.hideLoading()
  463. }
  464. })
  465. },
  466. // 上传视频
  467. uploadVideo() {
  468. let that = this;
  469. if (that.data.videoList.length === 0) {
  470. // wx.showLoading({
  471. // title: '文件上传中',
  472. // mask: true
  473. // })
  474. wx.request({
  475. url: api.getSignedUrl,
  476. data: {
  477. type: 'video'
  478. },
  479. success: (oss) => {
  480. console.log(oss);
  481. wx.chooseMedia({
  482. count: 1,
  483. mediaType: ['video'],
  484. success: (video) => {
  485. console.log(video);
  486. let key = "video/" + new Date().getTime() + Math.floor(Math.random() * 150) + '.mp4';
  487. wx.showLoading({
  488. title: '文件上传中',
  489. mask: true
  490. })
  491. wx.uploadFile({
  492. filePath: video.tempFiles[0].tempFilePath,
  493. name: 'file',
  494. url: 'https://' + oss.data.data.host, //输入你的bucketname.endpoint
  495. formData: {
  496. key: key,
  497. policy: oss.data.data.policy, // 输入你获取的的policy
  498. OSSAccessKeyId: oss.data.data.OSSAccessKeyId, // 输入你的AccessKeyId
  499. success_action_status: '200', // 让服务端返回200,不然,默认会返回204
  500. signature: oss.data.data.Signature, // 输入你获取的的signature
  501. },
  502. success: (res) => {
  503. console.log(res);
  504. if (res.statusCode == 200) {
  505. let src = 'https://' + oss.data.data.host + '/' + key;
  506. console.log(src);
  507. let arr = [];
  508. arr.push(src);
  509. that.setData({
  510. videoList: arr
  511. })
  512. }
  513. },
  514. fail: (err) => {
  515. console.log(err);
  516. },
  517. complete: () => {
  518. wx.hideLoading()
  519. }
  520. })
  521. },
  522. fail: (err) => {
  523. wx.hideLoading()
  524. }
  525. })
  526. },
  527. fail: (err) => {
  528. console.log(err);
  529. }
  530. })
  531. }
  532. },
  533. // 清除视频列表
  534. clearVideoList() {
  535. this.setData({
  536. videoList: []
  537. })
  538. },
  539. // 清除大图列表
  540. clearBigImageList() {
  541. this.setData({
  542. bigImageList: []
  543. })
  544. },
  545. // 清除小图列表
  546. clearSmallImageList() {
  547. this.setData({
  548. smallImageList: []
  549. })
  550. },
  551. // 删除某个视频
  552. deleteVideo(e) {
  553. let that = this;
  554. let index = e.currentTarget.dataset.index;
  555. let videoList = that.data.videoList;
  556. videoList.splice(index, 1);
  557. this.setData({
  558. videoList
  559. })
  560. },
  561. // 删除某个大图
  562. deleteBigImage(e) {
  563. let that = this;
  564. let index = e.currentTarget.dataset.index;
  565. let bigImageList = that.data.bigImageList;
  566. bigImageList.splice(index, 1);
  567. this.setData({
  568. bigImageList
  569. })
  570. },
  571. // 删除某个小图
  572. deleteSmallImage(e) {
  573. let that = this;
  574. let index = e.currentTarget.dataset.index;
  575. let smallImageList = that.data.smallImageList;
  576. smallImageList.splice(index, 1);
  577. this.setData({
  578. smallImageList
  579. })
  580. },
  581. /* 编辑商品 */
  582. // 商品库选择
  583. goodStockChoose() {
  584. wx.navigateTo({
  585. url: '/pages/goodsbankchoose/goodsbankchoose',
  586. })
  587. },
  588. // 创建新商品
  589. createNewGood() {
  590. wx.navigateTo({
  591. url: '/pages/addtogood/addtogood?enterType=announce',
  592. })
  593. },
  594. // 点击切换类型
  595. clickLeiXing(e) {
  596. this.setData({
  597. leiindex: e.currentTarget.dataset.index
  598. })
  599. },
  600. // 点击管理按钮
  601. bianJiManage() {
  602. this.setData({
  603. openManageMode: !this.data.openManageMode
  604. })
  605. },
  606. // 复选框改变
  607. checkBoxChange(event) {
  608. let that = this;
  609. that.setData({
  610. checkBoxResult: event.detail,
  611. })
  612. const items = that.data.mockData;
  613. const values = event.detail;
  614. console.log(event.detail)
  615. for (let i = 0, lenI = items.length; i < lenI; ++i) {
  616. items[i].xuan = false
  617. for (let j = 0, lenJ = values.length; j < lenJ; ++j) {
  618. console.log(items[i].commodity_id)
  619. console.log(values[j])
  620. if (items[i].commodity_id == values[j]) {
  621. items[i].xuan = true
  622. break
  623. }
  624. }
  625. }
  626. that.setData({
  627. mockData: items
  628. })
  629. if (event.detail.length == that.data.mockData.length) {
  630. that.setData({
  631. checkedAll: true
  632. })
  633. } else {
  634. that.setData({
  635. checkedAll: false
  636. })
  637. }
  638. },
  639. // 全选复选框
  640. selectAll() {
  641. // 先将checkBoxResult数组清空,之后将所有添加项上
  642. const items = this.data.mockData;
  643. const checkBoxResult = [];
  644. for (let i = 0; i < items.length; i++) {
  645. items[i].xuan = true;
  646. checkBoxResult.push(items[i].id);
  647. }
  648. this.setData({
  649. mockData: items,
  650. checkedAll: true,
  651. checkBoxResult: checkBoxResult
  652. })
  653. },
  654. // 取消全选
  655. cancleAll() {
  656. const items = this.data.mockData;
  657. for (let i = 0; i < items.length; i++) {
  658. items[i].xuan = false
  659. }
  660. this.setData({
  661. mockData: items,
  662. checkedAll: false,
  663. checkBoxResult: []
  664. })
  665. },
  666. // 编辑商品
  667. editGoods(e) {
  668. let index = e.currentTarget.dataset.index;
  669. let id = this.data.mockData[index].id;
  670. let obj = {
  671. index: index,
  672. id: id
  673. }
  674. wx.setStorageSync('obj', obj);
  675. wx.navigateTo({
  676. url: '/pages/addtogood/addtogood?enterType=edit&id=' + id,
  677. })
  678. },
  679. // 删除商品
  680. deleteGoods() {
  681. console.log(this.data.checkBoxResult);
  682. let that = this;
  683. let arr = that.data.mockData;
  684. for (let i = 0; i < that.data.checkBoxResult.length; i++) {
  685. arr.splice(arr.findIndex(item => item.commodity_id === Number(that.data.checkBoxResult[i])), 1)
  686. }
  687. // console.log(arr);
  688. that.setData({
  689. mockData: arr
  690. })
  691. },
  692. /* 规则设置 */
  693. // planB开始
  694. changeStartTuanTime(e) {
  695. // console.log(e.detail.dateString);
  696. this.setData({
  697. startTuanTime: e.detail.dateString
  698. })
  699. },
  700. changEndTuanTime(e) {
  701. // console.log(e.detail.dateString);
  702. this.setData({
  703. endTuanTime: e.detail.dateString
  704. })
  705. },
  706. changeDaoHuoTime(e) {
  707. // console.log(e.detail.dateString);
  708. this.setData({
  709. daoHuoTime: e.detail.dateString
  710. })
  711. },
  712. // planB结束
  713. // 选择开团时间(打开日期时间选择器)
  714. selectStartTime() {
  715. let that = this;
  716. // 如果日期没有值,以当前日期为初始值
  717. if (that.data.selectDate.length === 0) {
  718. let arr = [];
  719. let year = new Date().getFullYear();
  720. let month = new Date().getMonth() + 1;
  721. let day = new Date().getDate();
  722. arr.push(year);
  723. arr.push(month);
  724. arr.push(day);
  725. that.setData({
  726. selectDate: arr
  727. })
  728. }
  729. // 如果时间没有值,以当前时间为初始值
  730. if (that.data.selectTime.length === 0) {
  731. let arr = [];
  732. let hour = new Date().getHours();
  733. if (hour < 10) {
  734. hour = '0' + hour
  735. }
  736. let minute = new Date().getMinutes();
  737. if (minute < 10) {
  738. minute = '0' + minute
  739. }
  740. arr.push(hour);
  741. arr.push(minute);
  742. that.setData({
  743. selectTime: arr
  744. })
  745. }
  746. // 初始化选择日期模式/打开选择器
  747. this.setData({
  748. selectDateTimeType: 0,
  749. selectDateMode: true,
  750. showDateTimePicker: true
  751. })
  752. },
  753. // 选择结束时间
  754. selectEndTime() {
  755. if (this.data.selectEndDate.length === 0) {
  756. let arr = [];
  757. let year = new Date().getFullYear();
  758. let month = new Date().getMonth() + 1;
  759. let day = new Date().getDate();
  760. arr.push(year);
  761. arr.push(month);
  762. arr.push(day);
  763. this.setData({
  764. selectEndDate: arr
  765. })
  766. }
  767. if (this.data.selectEndTime.length === 0) {
  768. let arr = [];
  769. let hour = new Date().getHours();
  770. if (hour < 10) {
  771. hour = '0' + hour
  772. }
  773. let minute = new Date().getMinutes();
  774. if (minute < 10) {
  775. minute = '0' + minute
  776. }
  777. arr.push(hour);
  778. arr.push(minute);
  779. this.setData({
  780. selectEndTime: arr
  781. })
  782. }
  783. this.setData({
  784. selectDateTimeType: 1,
  785. selectDateMode: true,
  786. showDateTimePicker: true
  787. })
  788. },
  789. // 选择预计到货时间
  790. selectPlanTime() {
  791. if (this.data.selectPlanDate.length === 0) {
  792. let arr = [];
  793. let year = new Date().getFullYear();
  794. let month = new Date().getMonth() + 1;
  795. let day = new Date().getDate();
  796. arr.push(year);
  797. arr.push(month);
  798. arr.push(day);
  799. this.setData({
  800. selectPlanDate: arr
  801. })
  802. }
  803. if (this.data.selectPlanTime.length === 0) {
  804. let arr = [];
  805. let hour = new Date().getHours();
  806. if (hour < 10) {
  807. hour = '0' + hour
  808. }
  809. let minute = new Date().getMinutes();
  810. if (minute < 10) {
  811. minute = '0' + minute
  812. }
  813. arr.push(hour);
  814. arr.push(minute);
  815. this.setData({
  816. selectPlanTime: arr
  817. })
  818. }
  819. this.setData({
  820. selectDateTimeType: 2,
  821. selectDateMode: true,
  822. showDateTimePicker: true
  823. })
  824. },
  825. // 关闭日期时间选择器
  826. closeDateTimePicker() {
  827. this.setData({
  828. showDateTimePicker: false
  829. })
  830. },
  831. // 切换选择日期模式
  832. selectDate() {
  833. this.setData({
  834. selectDateMode: true
  835. })
  836. },
  837. // 切换选择时间模式
  838. selectTime() {
  839. this.setData({
  840. selectDateMode: false
  841. })
  842. },
  843. // 日历日期改变
  844. dateChanged(e) {
  845. let str = e.detail.selectedDate;
  846. let arr = str.split('-');
  847. if (this.data.selectDateTimeType === 0) {
  848. // 选择开团日期
  849. this.setData({
  850. selectDate: arr
  851. })
  852. } else if (this.data.selectDateTimeType === 1) {
  853. // 选择截团日期
  854. this.setData({
  855. selectEndDate: arr
  856. })
  857. } else if (this.data.selectDateTimeType === 2) {
  858. // 选择预计到货日期
  859. this.setData({
  860. selectPlanDate: arr
  861. })
  862. }
  863. },
  864. // 时间改变
  865. timeChanged(e) {
  866. let arr = [];
  867. let hour = this.data.hours[e.detail.value[0]];
  868. let minute = this.data.minutes[e.detail.value[1]];
  869. arr.push(hour);
  870. arr.push(minute);
  871. if (this.data.selectDateTimeType === 0) {
  872. // 选择开团时间
  873. this.setData({
  874. selectTime: arr
  875. })
  876. } else if (this.data.selectDateTimeType === 1) {
  877. // 选择截团时间
  878. this.setData({
  879. selectEndTime: arr
  880. })
  881. } else if (this.data.selectDateTimeType === 2) {
  882. // 选择预计到货时间
  883. this.setData({
  884. selectPlanTime: arr
  885. })
  886. }
  887. },
  888. // 打开物流方式动作面板
  889. openShippingMethods() {
  890. this.setData({
  891. showShippingMethods: true
  892. })
  893. },
  894. // 关闭物流方式动作面板
  895. closeShippingMethods() {
  896. this.setData({
  897. showShippingMethods: false
  898. })
  899. },
  900. // 点击物流方式动作面板
  901. selectShippingMethods(e) {
  902. // console.log(e);
  903. this.setData({
  904. logistics_mode: e.detail.index,
  905. showShippingMethods: false
  906. })
  907. },
  908. // 添加提货点
  909. addPickAddress() {
  910. let obj = {
  911. address: '',
  912. name: '',
  913. phone: '',
  914. remarks: ''
  915. }
  916. let arr = this.data.pick_point;
  917. arr.push(obj);
  918. this.setData({
  919. pick_point: arr
  920. })
  921. },
  922. inputPickAddress(e) {
  923. // console.log(e);
  924. let idx = e.currentTarget.dataset.index;
  925. let arr = this.data.pick_point;
  926. arr[idx].address = e.detail.value;
  927. this.setData({
  928. pick_point: arr
  929. })
  930. },
  931. inputPickName(e) {
  932. // console.log(e);
  933. let idx = e.currentTarget.dataset.index;
  934. let arr = this.data.pick_point;
  935. arr[idx].name = e.detail.value;
  936. this.setData({
  937. pick_point: arr
  938. })
  939. },
  940. inputPickPhone(e) {
  941. // console.log(e);
  942. let idx = e.currentTarget.dataset.index;
  943. let arr = this.data.pick_point;
  944. arr[idx].phone = e.detail.value;
  945. this.setData({
  946. pick_point: arr
  947. })
  948. },
  949. inputPickRemarks(e) {
  950. // console.log(e);
  951. let idx = e.currentTarget.dataset.index;
  952. let arr = this.data.pick_point;
  953. arr[idx].remarks = e.detail.value;
  954. this.setData({
  955. pick_point: arr
  956. })
  957. },
  958. // 修改背景图片
  959. modifyBackgroundImage() {
  960. this.setData({
  961. showPreviewImage: !this.data.showPreviewImage
  962. })
  963. },
  964. // 修改封面图片
  965. modifyCoverImage() {
  966. this.setData({
  967. showPreviewImage2: !this.data.showPreviewImage2
  968. })
  969. },
  970. // 打开更换图片菜单动作面板
  971. openPreviewImageMenus() {
  972. this.setData({
  973. showPreviewImageMenus: true
  974. })
  975. },
  976. // 打开更换图片菜单动作面板2
  977. openPreviewImageMenus2() {
  978. this.setData({
  979. showPreviewImageMenus2: true
  980. })
  981. },
  982. // 关闭更换图片菜单动作面板
  983. closePreviewImageMenus() {
  984. this.setData({
  985. showPreviewImageMenus: false
  986. })
  987. },
  988. // 关闭更换图片菜单动作面板2
  989. closePreviewImageMenus2() {
  990. this.setData({
  991. showPreviewImageMenus2: false
  992. })
  993. },
  994. // 点击更换图片菜单动作面板
  995. selectPreviewImageMenus(e) {
  996. let that = this;
  997. console.log(e);
  998. this.setData({
  999. showPreviewImageMenus: false
  1000. })
  1001. if (e.detail.name === '拍照') {
  1002. wx.chooseImage({
  1003. count: 1,
  1004. sourceType: ['camera'],
  1005. success(res) {
  1006. console.log(res);
  1007. wx.editImage({
  1008. src: res.tempFilePaths[0], // 图片路径
  1009. success(result) {
  1010. console.log(result);
  1011. // wx.showLoading({
  1012. // title: '文件上传中',
  1013. // mask: true
  1014. // })
  1015. wx.request({
  1016. url: api.getSignedUrl,
  1017. data: {
  1018. type: 'image'
  1019. },
  1020. success: (oss) => {
  1021. console.log(oss);
  1022. let key = "image/" + new Date().getTime() + Math.floor(Math.random() * 150) + '.png';
  1023. wx.showLoading({
  1024. title: '文件上传中',
  1025. mask: true
  1026. })
  1027. wx.uploadFile({
  1028. filePath: result.tempFilePath,
  1029. name: 'file',
  1030. url: 'https://' + oss.data.data.host,
  1031. formData: {
  1032. key: key,
  1033. policy: oss.data.data.policy, // 输入你获取的的policy
  1034. OSSAccessKeyId: oss.data.data.OSSAccessKeyId, // 输入你的AccessKeyId
  1035. success_action_status: '200', // 让服务端返回200,不然,默认会返回204
  1036. signature: oss.data.data.Signature, // 输入你获取的的signature
  1037. },
  1038. success: (res) => {
  1039. if (res.statusCode == 200) {
  1040. let src = 'https://' + oss.data.data.host + '/' + key;
  1041. console.log(src);
  1042. that.setData({
  1043. previewImageURL: src,
  1044. showPreviewImage: false
  1045. })
  1046. }
  1047. },
  1048. fail: (err) => {
  1049. console.log(err);
  1050. },
  1051. complete: () => {
  1052. wx.hideLoading()
  1053. }
  1054. })
  1055. },
  1056. fail: (err) => {
  1057. console.log(err);
  1058. }
  1059. })
  1060. },
  1061. fail(error) {
  1062. console.log(error);
  1063. }
  1064. })
  1065. },
  1066. fail(err) {
  1067. console.log(err);
  1068. }
  1069. })
  1070. } else if (e.detail.name === '相册') {
  1071. wx.chooseImage({
  1072. count: 1,
  1073. sourceType: ['album'],
  1074. success(res) {
  1075. console.log(res);
  1076. wx.editImage({
  1077. src: res.tempFilePaths[0], // 图片路径
  1078. success(result) {
  1079. console.log(result);
  1080. // wx.showLoading({
  1081. // title: '文件上传中',
  1082. // mask: true
  1083. // })
  1084. wx.request({
  1085. url: api.getSignedUrl,
  1086. data: {
  1087. type: 'image'
  1088. },
  1089. success: (oss) => {
  1090. console.log(oss);
  1091. let key = "image/" + new Date().getTime() + Math.floor(Math.random() * 150) + '.png';
  1092. wx.showLoading({
  1093. title: '文件上传中',
  1094. mask: true
  1095. })
  1096. wx.uploadFile({
  1097. filePath: result.tempFilePath,
  1098. name: 'file',
  1099. url: 'https://' + oss.data.data.host,
  1100. formData: {
  1101. key: key,
  1102. policy: oss.data.data.policy, // 输入你获取的的policy
  1103. OSSAccessKeyId: oss.data.data.OSSAccessKeyId, // 输入你的AccessKeyId
  1104. success_action_status: '200', // 让服务端返回200,不然,默认会返回204
  1105. signature: oss.data.data.Signature, // 输入你获取的的signature
  1106. },
  1107. success: (res) => {
  1108. if (res.statusCode == 200) {
  1109. let src = 'https://' + oss.data.data.host + '/' + key;
  1110. console.log(src);
  1111. that.setData({
  1112. previewImageURL: src,
  1113. showPreviewImage: false
  1114. })
  1115. }
  1116. },
  1117. fail: (err) => {
  1118. console.log(err);
  1119. },
  1120. complete: () => {
  1121. wx.hideLoading()
  1122. }
  1123. })
  1124. },
  1125. fail: (err) => {
  1126. console.log(err);
  1127. }
  1128. })
  1129. },
  1130. fail(error) {
  1131. console.log(error);
  1132. }
  1133. })
  1134. },
  1135. fail(err) {
  1136. console.log(err);
  1137. }
  1138. })
  1139. }
  1140. },
  1141. // 点击更换图片菜单动作面板2
  1142. selectPreviewImageMenus2(e) {
  1143. let that = this;
  1144. console.log(e);
  1145. this.setData({
  1146. showPreviewImageMenus2: false
  1147. })
  1148. if (e.detail.name === '拍照') {
  1149. wx.chooseImage({
  1150. count: 1,
  1151. sourceType: ['camera'],
  1152. success(res) {
  1153. console.log(res);
  1154. wx.editImage({
  1155. src: res.tempFilePaths[0], // 图片路径
  1156. success(result) {
  1157. console.log(result);
  1158. // wx.showLoading({
  1159. // title: '文件上传中',
  1160. // mask: true
  1161. // })
  1162. wx.request({
  1163. url: api.getSignedUrl,
  1164. data: {
  1165. type: 'image'
  1166. },
  1167. success: (oss) => {
  1168. console.log(oss);
  1169. let key = "image/" + new Date().getTime() + Math.floor(Math.random() * 150) + '.png';
  1170. wx.showLoading({
  1171. title: '文件上传中',
  1172. mask: true
  1173. })
  1174. wx.uploadFile({
  1175. filePath: result.tempFilePath,
  1176. name: 'file',
  1177. url: 'https://' + oss.data.data.host,
  1178. formData: {
  1179. key: key,
  1180. policy: oss.data.data.policy, // 输入你获取的的policy
  1181. OSSAccessKeyId: oss.data.data.OSSAccessKeyId, // 输入你的AccessKeyId
  1182. success_action_status: '200', // 让服务端返回200,不然,默认会返回204
  1183. signature: oss.data.data.Signature, // 输入你获取的的signature
  1184. },
  1185. success: (res) => {
  1186. if (res.statusCode == 200) {
  1187. let src = 'https://' + oss.data.data.host + '/' + key;
  1188. console.log(src);
  1189. that.setData({
  1190. previewImageURL2: src,
  1191. showPreviewImage2: false
  1192. })
  1193. }
  1194. },
  1195. fail: (err) => {
  1196. console.log(err);
  1197. },
  1198. complete: () => {
  1199. wx.hideLoading()
  1200. }
  1201. })
  1202. },
  1203. fail: (err) => {
  1204. console.log(err);
  1205. }
  1206. })
  1207. },
  1208. fail(error) {
  1209. console.log(error);
  1210. }
  1211. })
  1212. },
  1213. fail(err) {
  1214. console.log(err);
  1215. }
  1216. })
  1217. } else if (e.detail.name === '相册') {
  1218. wx.chooseImage({
  1219. count: 1,
  1220. sourceType: ['album'],
  1221. success(res) {
  1222. console.log(res);
  1223. wx.editImage({
  1224. src: res.tempFilePaths[0], // 图片路径
  1225. success(result) {
  1226. console.log(result);
  1227. // wx.showLoading({
  1228. // title: '文件上传中',
  1229. // mask: true
  1230. // })
  1231. wx.request({
  1232. url: api.getSignedUrl,
  1233. data: {
  1234. type: 'image'
  1235. },
  1236. success: (oss) => {
  1237. console.log(oss);
  1238. let key = "image/" + new Date().getTime() + Math.floor(Math.random() * 150) + '.png';
  1239. wx.showLoading({
  1240. title: '文件上传中',
  1241. mask: true
  1242. })
  1243. wx.uploadFile({
  1244. filePath: result.tempFilePath,
  1245. name: 'file',
  1246. url: 'https://' + oss.data.data.host,
  1247. formData: {
  1248. key: key,
  1249. policy: oss.data.data.policy, // 输入你获取的的policy
  1250. OSSAccessKeyId: oss.data.data.OSSAccessKeyId, // 输入你的AccessKeyId
  1251. success_action_status: '200', // 让服务端返回200,不然,默认会返回204
  1252. signature: oss.data.data.Signature, // 输入你获取的的signature
  1253. },
  1254. success: (res) => {
  1255. if (res.statusCode == 200) {
  1256. let src = 'https://' + oss.data.data.host + '/' + key;
  1257. console.log(src);
  1258. that.setData({
  1259. previewImageURL2: src,
  1260. showPreviewImage2: false
  1261. })
  1262. }
  1263. },
  1264. fail: (err) => {
  1265. console.log(err);
  1266. },
  1267. complete: () => {
  1268. wx.hideLoading()
  1269. }
  1270. })
  1271. },
  1272. fail: (err) => {
  1273. console.log(err);
  1274. }
  1275. })
  1276. },
  1277. fail(error) {
  1278. console.log(error);
  1279. }
  1280. })
  1281. },
  1282. fail(err) {
  1283. console.log(err);
  1284. }
  1285. })
  1286. }
  1287. },
  1288. changeIsOpenWXPay(e) {
  1289. this.setData({
  1290. wechat_payment: e.detail
  1291. })
  1292. },
  1293. changeIsAllowSearch(e) {
  1294. this.setData({
  1295. search: e.detail
  1296. })
  1297. },
  1298. changeIsShowList(e) {
  1299. this.setData({
  1300. show_list: e.detail
  1301. })
  1302. },
  1303. changeIsAllowComment(e) {
  1304. this.setData({
  1305. comment: e.detail
  1306. })
  1307. },
  1308. changeIsSellerForwarding(e) {
  1309. this.setData({
  1310. seller_forwarding: e.detail
  1311. })
  1312. },
  1313. changeIsReceivingInformation(e) {
  1314. this.setData({
  1315. receiving_information: e.detail
  1316. })
  1317. },
  1318. // 确认发布
  1319. submit() {
  1320. let that = this;
  1321. // 拼团名称
  1322. let gang_name = that.data.groupName;
  1323. // 拼团简介
  1324. let gang_describe = that.data.groupDesc;
  1325. // 拼团大图
  1326. let gang_big_img = that.data.bigImageList[0];
  1327. // 拼团小图
  1328. let gang_small_img = '';
  1329. for (let i = 0; i < that.data.smallImageList.length; i++) {
  1330. gang_small_img = gang_small_img + that.data.smallImageList[i] + '|'
  1331. }
  1332. gang_small_img = gang_small_img.slice(0, gang_small_img.length - 1);
  1333. // 拼团视频
  1334. let gang_video = that.data.videoList[0];
  1335. // 拼团开团时间
  1336. let opening_time = that.data.startTuanTime;
  1337. // 拼团闭团时间
  1338. let closing_time = that.data.endTuanTime;
  1339. // 物流方式(0没有物流,1取货点自提,2送货或者自提)
  1340. let logistics_mode = that.data.logistics_mode;
  1341. // 自提点
  1342. let pick_point = that.data.pick_point;
  1343. // 预计到货时间
  1344. let expected_arrival_time = that.data.daoHuoTime;
  1345. // 拼团主页背景图
  1346. let background_img = that.data.previewImageURL;
  1347. // 转发封面图
  1348. let cover_img = that.data.previewImageURL2;
  1349. // 是否开启微信支付
  1350. let wechat_payment = that.data.wechat_payment;
  1351. // 是否允许搜索
  1352. let search = that.data.search;
  1353. // 是否在拼团中展示订单列表
  1354. let show_list = that.data.show_list;
  1355. // 是否允许评论
  1356. let comment = that.data.comment;
  1357. // 仅卖家可转发
  1358. let seller_forwarding = that.data.seller_forwarding;
  1359. // 是否允许发货前买家可修改收货信息
  1360. let receiving_information = that.data.receiving_information;
  1361. // 商品ID
  1362. let commodity_id_array = [];
  1363. for (let i = 0; i < that.data.mockData.length; i++) {
  1364. if (that.data.mockData[i].id) {
  1365. commodity_id_array.push(that.data.mockData[i].id)
  1366. }
  1367. if (that.data.mockData[i].commodity_id) {
  1368. commodity_id_array.push(that.data.mockData[i].commodity_id)
  1369. }
  1370. }
  1371. /* 必录校验-开始 */
  1372. // console.log(gang_name); //拼团名称
  1373. // console.log(gang_describe); // 拼团简介
  1374. // console.log(gang_big_img); // 拼团大图
  1375. // console.log(gang_small_img); // 拼团小图
  1376. // console.log(gang_video); // 拼团视频
  1377. // console.log(opening_time); // 拼团开团时间
  1378. // console.log(closing_time); // 拼团闭团时间
  1379. // console.log(logistics_mode); // 物流方式
  1380. // console.log(pick_point); // 自提点
  1381. // console.log(expected_arrival_time); // 预计到货时间
  1382. // console.log(background_img); // 拼团主页背景图
  1383. // console.log(cover_img); //转发封面图
  1384. // console.log(wechat_payment); //是否开启微信支付
  1385. // console.log(search); //是否允许搜索
  1386. // console.log(show_list); //是否在拼团中展示订单列表
  1387. // console.log(comment); //是否允许评论
  1388. // console.log(seller_forwarding); //仅卖家可转发
  1389. // console.log(receiving_information); //是否允许发货前买家可修改收货信息
  1390. // console.log(commodity_id_array); // 商品ID
  1391. if (gang_name == '') {
  1392. wx.showToast({
  1393. title: '拼团名称未录入',
  1394. icon: 'none',
  1395. mask: true
  1396. })
  1397. return
  1398. }
  1399. if (gang_describe == '') {
  1400. wx.showToast({
  1401. title: '拼团简介未录入',
  1402. icon: 'none',
  1403. mask: true
  1404. })
  1405. return
  1406. }
  1407. /* if (that.data.bigImageList.length == 0) {
  1408. wx.showToast({
  1409. title: '拼团大图未录入',
  1410. icon: 'none',
  1411. mask: true
  1412. })
  1413. return
  1414. } */
  1415. /* if (gang_small_img == '') {
  1416. wx.showToast({
  1417. title: '拼团小图未录入',
  1418. icon: 'none',
  1419. mask: true
  1420. })
  1421. return
  1422. } */
  1423. /* if (that.data.videoList.length == 0) {
  1424. wx.showToast({
  1425. title: '拼团视频未录入',
  1426. icon: 'none',
  1427. mask: true
  1428. })
  1429. return
  1430. } */
  1431. if (opening_time == '') {
  1432. wx.showToast({
  1433. title: '拼团开团时间未录入',
  1434. icon: 'none',
  1435. mask: true
  1436. })
  1437. return
  1438. }
  1439. if (closing_time == '') {
  1440. wx.showToast({
  1441. title: '拼团闭团时间未录入',
  1442. icon: 'none',
  1443. mask: true
  1444. })
  1445. return
  1446. }
  1447. if (pick_point.length == 0 && that.data.type != 'edit') {
  1448. wx.showToast({
  1449. title: '自提点未录入',
  1450. icon: 'none',
  1451. mask: true
  1452. })
  1453. return
  1454. }
  1455. // if (expected_arrival_time == '') {
  1456. // wx.showToast({
  1457. // title: '预计到货时间未录入',
  1458. // icon: 'none',
  1459. // mask: true
  1460. // })
  1461. // return
  1462. // }
  1463. if (commodity_id_array.length == 0) {
  1464. wx.showToast({
  1465. title: '拼团商品未录入',
  1466. icon: 'none',
  1467. mask: true
  1468. })
  1469. return
  1470. }
  1471. /* 必录校验-结束 */
  1472. // return;
  1473. // 开始提交
  1474. wx.showLoading({
  1475. title: '提交中',
  1476. mask: true
  1477. })
  1478. if (that.data.type == 'edit') {
  1479. console.log({
  1480. id: that.data.id,
  1481. gang_name: gang_name,
  1482. gang_describe: gang_describe,
  1483. gang_big_img: gang_big_img,
  1484. gang_small_img: gang_small_img,
  1485. gang_video: gang_video,
  1486. opening_time: opening_time,
  1487. closing_time: closing_time,
  1488. logistics_mode: logistics_mode,
  1489. expected_arrival_time: expected_arrival_time,
  1490. background_img: background_img,
  1491. cover_img: cover_img,
  1492. wechat_payment: wechat_payment,
  1493. search: search,
  1494. show_list: show_list,
  1495. comment: comment,
  1496. seller_forwarding: seller_forwarding,
  1497. receiving_information: receiving_information
  1498. },)
  1499. wx.request({
  1500. url: api.Gang_edit,
  1501. header: {
  1502. 'Authorization': wx.getStorageSync('token')
  1503. },
  1504. method: 'POST',
  1505. data: {
  1506. id: that.data.id,
  1507. gang_name: gang_name,
  1508. gang_describe: gang_describe,
  1509. gang_big_img: gang_big_img,
  1510. gang_small_img: gang_small_img,
  1511. gang_video: gang_video,
  1512. opening_time: opening_time,
  1513. closing_time: closing_time,
  1514. logistics_mode: logistics_mode,
  1515. expected_arrival_time: expected_arrival_time,
  1516. background_img: background_img,
  1517. cover_img: cover_img,
  1518. wechat_payment: wechat_payment,
  1519. search: search,
  1520. show_list: show_list,
  1521. comment: comment,
  1522. seller_forwarding: seller_forwarding,
  1523. receiving_information: receiving_information
  1524. },
  1525. success(res) {
  1526. console.log(res);
  1527. wx.hideLoading()
  1528. if (res.data.code === 1) {
  1529. wx.showToast({
  1530. title: '提交成功',
  1531. icon: 'success',
  1532. mask: true,
  1533. success() {
  1534. setTimeout(() => {
  1535. wx.reLaunch({
  1536. url: '/pages/pintuanmanage/pintuanmanage',
  1537. })
  1538. }, 1500)
  1539. }
  1540. })
  1541. } else {
  1542. wx.showToast({
  1543. title: res.data.msg,
  1544. mask: true,
  1545. icon: 'none',
  1546. duration: 2000,
  1547. success() {
  1548. setTimeout(() => {
  1549. if (res.data.msg === '请先进行个人认证') {
  1550. wx.navigateTo({
  1551. url: '/pages/phonenumber/phonenumber',
  1552. })
  1553. }
  1554. }, 2000)
  1555. }
  1556. })
  1557. }
  1558. },
  1559. fail(err) {
  1560. wx.hideLoading()
  1561. wx.showToast({
  1562. title: '发起网络请求失败',
  1563. icon: 'none',
  1564. mask: true
  1565. })
  1566. },
  1567. complete() {
  1568. // wx.hideLoading()
  1569. }
  1570. })
  1571. } else {
  1572. wx.request({
  1573. url: api.Gang_add,
  1574. header: {
  1575. 'Authorization': wx.getStorageSync('token')
  1576. },
  1577. method: 'POST',
  1578. data: {
  1579. gang_name: gang_name,
  1580. gang_describe: gang_describe,
  1581. gang_big_img: gang_big_img,
  1582. gang_small_img: gang_small_img,
  1583. gang_video: gang_video,
  1584. opening_time: opening_time,
  1585. closing_time: closing_time,
  1586. logistics_mode: logistics_mode,
  1587. pick_point: pick_point,
  1588. expected_arrival_time: expected_arrival_time,
  1589. background_img: background_img,
  1590. cover_img: cover_img,
  1591. wechat_payment: wechat_payment,
  1592. search: search,
  1593. show_list: show_list,
  1594. comment: comment,
  1595. seller_forwarding: seller_forwarding,
  1596. receiving_information: receiving_information,
  1597. commodity_id_array: commodity_id_array
  1598. },
  1599. success(res) {
  1600. console.log(res);
  1601. wx.hideLoading()
  1602. if (res.data.code === 1) {
  1603. wx.showToast({
  1604. title: '提交成功',
  1605. icon: 'success',
  1606. mask: true,
  1607. success() {
  1608. setTimeout(() => {
  1609. wx.reLaunch({
  1610. url: '/pages/publish/publish',
  1611. })
  1612. }, 1500)
  1613. }
  1614. })
  1615. } else {
  1616. wx.showToast({
  1617. title: res.data.msg,
  1618. mask: true,
  1619. icon: 'none',
  1620. duration: 2000,
  1621. success() {
  1622. setTimeout(() => {
  1623. if (res.data.msg === '请先进行个人认证') {
  1624. wx.navigateTo({
  1625. url: '/pages/phonenumber/phonenumber',
  1626. })
  1627. }
  1628. }, 2000)
  1629. }
  1630. })
  1631. }
  1632. },
  1633. fail(err) {
  1634. wx.hideLoading()
  1635. wx.showToast({
  1636. title: '发起网络请求失败',
  1637. icon: 'none',
  1638. mask: true
  1639. })
  1640. },
  1641. complete() {
  1642. // wx.hideLoading()
  1643. }
  1644. })
  1645. }
  1646. },
  1647. // 获取微信支付手续费
  1648. getWXPayServiceCharge() {
  1649. let that = this;
  1650. wx.showLoading({
  1651. title: '加载中',
  1652. mask: true
  1653. })
  1654. wx.request({
  1655. url: api.Service,
  1656. header: {
  1657. 'Authorization': wx.getStorageSync('token')
  1658. },
  1659. method: 'POST',
  1660. success(res) {
  1661. wx.hideLoading()
  1662. that.setData({
  1663. wxpayservice: res.data.data * 100
  1664. })
  1665. },
  1666. fail(err) {
  1667. wx.hideLoading()
  1668. }
  1669. })
  1670. },
  1671. })