taskdetail.vue 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240
  1. <template>
  2. <view>
  3. <mvBar :mysNavConfig="mysNavConfig"></mvBar>
  4. <view :style="{marginTop:navH}"></view>
  5. <view v-if="!loading">
  6. <view style="padding-bottom: 30rpx;margin: 0 30rpx">
  7. <view style="display: flex;justify-content: center;font-size: 44rpx;padding-bottom: 20rpx;">
  8. <p>{{msg1}}</p>
  9. <view class="upload-btn" v-if="isShowUpload" @click="toUpload()" key="0">
  10. <image src="../../static/img/icon-upload.png" style="height: 40rpx;width: 40rpx;"></image>
  11. <p style="font-size: 28rpx;">快速上传</p>
  12. </view>
  13. </view>
  14. <view style="display: flex;justify-content: center;font-size: 24rpx;color: #999999;text-align:center">
  15. <p>{{msg2}}</p>
  16. </view>
  17. <view style="display: flex;justify-content: center;font-size: 24rpx;color: #999999;text-align:center"
  18. v-if="msg3 != ''">
  19. <p>{{msg3}}</p>
  20. </view>
  21. </view>
  22. <view style="display: flex;justify-content: center;align-items: center;"
  23. v-if="isShowUpload && !isSpecial && !isTimeOut" key="1">
  24. <image style="height: 60rpx;width: 60rpx;" src="../../static/img/icon-time.png"></image>
  25. <p style="font-size: 30rpx;color: #f2d241;">剩余时间:{{timeLeft}}</p>
  26. </view>
  27. <view style="display: flex;justify-content: center;align-items: center;"
  28. v-if="isShowUpload && !isSpecial && isTimeOut" key="2">
  29. <image style="height: 60rpx;width: 60rpx;" src="../../static/img/icon-time2.png"></image>
  30. <p style="font-size: 30rpx;color: #f70c0c;">超时:{{timeLeft}}</p>
  31. </view>
  32. <view class="address">
  33. <view class="address_icon">
  34. <image style="width: 50rpx;height: 50rpx;" :src="picture.icon_loc" mode="">
  35. </image>
  36. </view>
  37. <view style="width: 70%;">
  38. <view style="display: flex;">
  39. <p class='ipon' style="padding-right: 100rpx;">{{address.receiver_name}}</p>
  40. <p class='ipon'>{{address.phone_number}}</p>
  41. </view>
  42. <p class='ipon'>{{address.full_detail_addr}}</p>
  43. </view>
  44. <view class="address_edit" @click="editAddress()" v-if="task.task_stage < 4">
  45. <image :src="picture.icon_edit" mode="">
  46. </image>
  47. </view>
  48. </view>
  49. <view class="basicInfo">
  50. <view class="tpc-txt1">
  51. <image :src="product.PhotoUrl" style="width: 150rpx;height: 150rpx;" mode="">
  52. </image>
  53. <view class="basicInfo_txt">
  54. <p style="font-size: 30rpx;">{{project.project_name}}</p>
  55. </view>
  56. </view>
  57. <view class="tpc-txt2" @click="toTaskDeatail()">
  58. <p>查看</p>
  59. <image class="tpc-icon" :src="picture.icon_right"></image>
  60. </view>
  61. </view>
  62. <view class="pipline" v-if="!isSpecial">
  63. <image :src="picture.icon_whole_pipline"></image>
  64. </view>
  65. <view class="pipline" v-else>
  66. <image :src="picture.icon_special_pipline"></image>
  67. </view>
  68. <view class="task-progress">
  69. <view class="task-progress-card" v-bind:style="task.task_stage == 1 ? 'background-color: #f2d241' : ''">
  70. <view class="tpc-txt1">
  71. <p>报名信息</p>
  72. </view>
  73. <view class="tpc-txt2" @click="toApplyinfo()">
  74. <p>查看</p>
  75. <image class="tpc-icon" :src="picture.icon_right"></image>
  76. </view>
  77. </view>
  78. <view class="task-progress-card"
  79. v-if="(task.task_stage >= 5 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.logistics_status >= 2)"
  80. v-bind:style="task.task_stage >= 5 && task.task_stage <= 6 ? 'background-color: #f2d241' : ''">
  81. <view class="tpc-txt1">
  82. <p>物流信息</p>
  83. </view>
  84. <view class="tpc-txt2" @click="toLogisticsinfo()">
  85. <p>查看</p>
  86. <image class="tpc-icon" :src="picture.icon_right"></image>
  87. </view>
  88. </view>
  89. <view class="task-progress-card"
  90. v-if="project.content_type == 2 && ((task.task_stage >= 7 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.script_status == 5))"
  91. v-bind:style="task.task_stage >= 7 && task.task_stage <= 8 ? 'background-color: #f2d241' : ''">
  92. <view class="tpc-txt1">
  93. <p>上传拍摄脚本</p>
  94. </view>
  95. <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 1">
  96. <p style="color: red;">待添加</p>
  97. <image class="tpc-icon" :src="picture.icon_right"></image>
  98. </view>
  99. <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 2">
  100. <p style="color: #fff;">已添加</p>
  101. <image class="tpc-icon" :src="picture.icon_right"></image>
  102. </view>
  103. <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 3">
  104. <p style="color: red;">待修改</p>
  105. <image class="tpc-icon" :src="picture.icon_right"></image>
  106. </view>
  107. <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 4">
  108. <p style="color: #fff;">已修改</p>
  109. <image class="tpc-icon" :src="picture.icon_right"></image>
  110. </view>
  111. <view class="tpc-txt2" @click="toScriptRecord()" v-if="task.script_status == 5">
  112. <p>查看</p>
  113. <image class="tpc-icon" :src="picture.icon_right"></image>
  114. </view>
  115. </view>
  116. <view class="task-progress-card"
  117. v-if="(task.task_stage >= 9 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.sketch_status == 5)"
  118. v-bind:style="task.task_stage >= 9 && task.task_stage <= 10 ? 'background-color: #f2d241' : ''">
  119. <view class="tpc-txt1">
  120. <p>上传初稿</p>
  121. </view>
  122. <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 1">
  123. <p style="color: red;">待添加</p>
  124. <image class="tpc-icon" :src="picture.icon_right"></image>
  125. </view>
  126. <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 2">
  127. <p style="color: #fff;">已添加</p>
  128. <image class="tpc-icon" :src="picture.icon_right"></image>
  129. </view>
  130. <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 3">
  131. <p style="color: red;">待修改</p>
  132. <image class="tpc-icon" :src="picture.icon_right"></image>
  133. </view>
  134. <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 4">
  135. <p style="color: #fff;">已修改</p>
  136. <image class="tpc-icon" :src="picture.icon_right"></image>
  137. </view>
  138. <view class="tpc-txt2" @click="toSketchRecord()" v-if="task.sketch_status == 5">
  139. <p>查看</p>
  140. <image class="tpc-icon" :src="picture.icon_right"></image>
  141. </view>
  142. </view>
  143. <view class="task-progress-card"
  144. v-if="(task.task_stage >= 11 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.link_status == 5)"
  145. v-bind:style="task.task_stage >= 11 && task.task_stage <= 12 ? 'background-color: #f2d241' : ''">
  146. <view class="tpc-txt1">
  147. <p>上传链接</p>
  148. </view>
  149. <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 1">
  150. <p style="color: red;">待添加</p>
  151. <image class="tpc-icon" :src="picture.icon_right"></image>
  152. </view>
  153. <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 2">
  154. <p style="color: #fff;">已添加</p>
  155. <image class="tpc-icon" :src="picture.icon_right"></image>
  156. </view>
  157. <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 3">
  158. <p style="color: red;">待修改</p>
  159. <image class="tpc-icon" :src="picture.icon_right"></image>
  160. </view>
  161. <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 4">
  162. <p style="color: #fff;">已修改</p>
  163. <image class="tpc-icon" :src="picture.icon_right"></image>
  164. </view>
  165. <view class="tpc-txt2" @click="toLinkRecord()" v-if="task.link_status == 5">
  166. <p>查看</p>
  167. <image class="tpc-icon" :src="picture.icon_right"></image>
  168. </view>
  169. </view>
  170. <view class="task-progress-card"
  171. v-if="(task.task_stage >= 13 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.data_status == 5)"
  172. v-bind:style="task.task_stage >= 13 && task.task_stage <= 14 ? 'background-color: #f2d241' : ''">
  173. <view class="tpc-txt1">
  174. <p>上传数据</p>
  175. </view>
  176. <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 1">
  177. <p style="color: red;">待添加</p>
  178. <image class="tpc-icon" :src="picture.icon_right"></image>
  179. </view>
  180. <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 2">
  181. <p style="color: #fff;">已添加</p>
  182. <image class="tpc-icon" :src="picture.icon_right"></image>
  183. </view>
  184. <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 3">
  185. <p style="color: red;">待修改</p>
  186. <image class="tpc-icon" :src="picture.icon_right"></image>
  187. </view>
  188. <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 4">
  189. <p style="color: #fff;">已修改</p>
  190. <image class="tpc-icon" :src="picture.icon_right"></image>
  191. </view>
  192. <view class="tpc-txt2" @click="toDataRecord()" v-if="task.data_status == 5">
  193. <p>查看</p>
  194. <image class="tpc-icon" :src="picture.icon_right"></image>
  195. </view>
  196. </view>
  197. <view class="task-progress-card" v-if="task.task_stage === 15" style="background-color: #f2d241">
  198. <view class="tpc-txt1">
  199. <p>已结案</p>
  200. </view>
  201. <view class="tpc-txt2" v-if="withdrawStatus == 1">
  202. <!-- <p>前往提现</p>
  203. <image class="tpc-icon" :src="picture.icon_right"></image> -->
  204. </view>
  205. <view class="tpc-txt2" @click="toWithdraw()" v-if="withdrawStatus == 2">
  206. <p>前往提现</p>
  207. <image class="tpc-icon" :src="picture.icon_right"></image>
  208. </view>
  209. <view class="tpc-txt2" v-if="withdrawStatus == 3">
  210. <p>提现中</p>
  211. <image class="tpc-icon" :src="picture.icon_right"></image>
  212. </view>
  213. <view class="tpc-txt2" v-if="withdrawStatus == 4">
  214. <p>已提现</p>
  215. <image class="tpc-icon" :src="picture.icon_right"></image>
  216. </view>
  217. </view>
  218. <view class="task-progress-info">
  219. <view style="padding: 10rpx 0;">
  220. <p>任务ID:{{task.task_id}}
  221. <image :src="picture.icon_copy" mode="" class="copy-img"
  222. @click="handleCopy(task.task_id)" />
  223. </p>
  224. </view>
  225. <view style="padding: 10rpx 0;">
  226. <p>报名时间:{{task.create_date}}</p>
  227. </view>
  228. <view v-if="task.task_stage > 1 && task.task_stage != 3" style="padding: 10rpx 0;">
  229. <p>确认合作:{{task.select_date}}</p>
  230. </view>
  231. <view v-for="(item,index) in taskLogs" style="padding: 10rpx 0;">
  232. <p>{{item.content}}:{{item.log_at}}</p>
  233. </view>
  234. </view>
  235. </view>
  236. <view class="block"></view>
  237. <view class="submit" v-if="task.task_stage === 15 && withdrawStatus == 2">
  238. <button type="default" class="submit_btn" @click="toWithdraw()">
  239. 前往提现</button>
  240. </view>
  241. </view>
  242. </view>
  243. </template>
  244. <script>
  245. import region from '@/components/pca-code.json';
  246. import mvBar from "@/components/mys_navBar/mysNavBar";
  247. import {
  248. fansview,
  249. money
  250. } from '@/components/utils.js';
  251. export default {
  252. components: {
  253. mvBar
  254. },
  255. data() {
  256. return {
  257. navH: getApp().globalData.navHeight,
  258. picture: getApp().globalData.picture,
  259. isTimeOut: false,
  260. isNotShowSubmit: true,
  261. isShowUpload: false,
  262. loading: true,
  263. isSpecial: false,
  264. timeLeft: "",
  265. msg1: "",
  266. msg2: "",
  267. msg3: "",
  268. infoMsg1: [
  269. "等待企业确认合作",
  270. "恭喜任务申请成功!",
  271. "任务申请失败",
  272. "等待发货中",
  273. "商家已发货",
  274. "商品已签收",
  275. "等待上传拍摄脚本",
  276. "等待脚本审核",
  277. "等待上传初稿",
  278. "等待初稿审核",
  279. "等待上传链接",
  280. "等待链接审核",
  281. "等待上传作品数据",
  282. "等待数据审核",
  283. "已结案",
  284. "任务终止",
  285. ],
  286. infoMsg2: [
  287. "商家将在申请截止后5天内审核完毕",
  288. "请仔细查看任务要求和任务详情,开始执行任务吧!",
  289. "账号未达到入选标准,请小主尝试申请其他任务吧",
  290. "发货后可在物流信息中查看物流单号/虚拟产品兑换码/探店时间",
  291. "请在物流进度中查看物流单号/虚拟产品兑换码/探店时间",
  292. "请在物流进度中查看物流单号/虚拟产品兑换码/探店时间",
  293. "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
  294. "商家正在审核脚本,请耐心等待。",
  295. "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
  296. "商家正在审核初稿,请耐心等待。",
  297. "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
  298. "商家正在审核链接,请耐心等待。",
  299. "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
  300. "商家正在审核数据,请耐心等待。",
  301. "本任务已结案,可申请佣金提现。",
  302. "长时间未上传,任务已终止。",
  303. ],
  304. infoMsg3: [
  305. "企业将在5个工作日内完成核对账号信息,请耐心等待",
  306. "请仔细查看任务要求和任务详情,开始执行任务吧!",
  307. "账号非企业定向邀请账号,请小主尝试申请其他任务吧",
  308. "发货后可在物流信息中查看物流单号/虚拟产品兑换码/探店时间",
  309. "请在物流进度中查看物流单号/虚拟产品兑换码/探店时间",
  310. "请在物流进度中查看物流单号/虚拟产品兑换码/探店时间",
  311. "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
  312. "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
  313. "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
  314. "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
  315. "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
  316. "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
  317. "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
  318. "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
  319. "本任务已结案,可前往任务大厅查看报名其他任务。",
  320. "长时间未上传,任务已终止。",
  321. ],
  322. platform: [
  323. "红book",
  324. "抖音",
  325. "微博",
  326. "快手",
  327. "B站",
  328. "大众点评",
  329. "知乎",
  330. ],
  331. task: {},
  332. address: {},
  333. project: {},
  334. product: {},
  335. account: {},
  336. strategy: {},
  337. task_type_info: ["实体商品寄拍", "虚拟产品测评", "线下探店打卡"],
  338. taskLogs: [],
  339. mysNavConfig: {
  340. isHome: false,
  341. /* 固定导航 */
  342. navFixed: true,
  343. /* 标题 (屏幕中心居中 两边图标中心居中使用slot center1) */
  344. navTitle: {
  345. text: "种草任务详情",
  346. color: "",
  347. fontSize: "32rpx", // px upx rpx
  348. fontWeight: "", // 100 - 700
  349. },
  350. btnType: "type2",
  351. onLeftClick: '',
  352. /* type2 按钮 */
  353. type2Config: {
  354. // 左图标
  355. leftPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png2.png",
  356. // 右图标
  357. rightPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png4.png",
  358. // 圆角
  359. radius: "40rpx",
  360. },
  361. },
  362. withdrawStatus: 1,
  363. }
  364. },
  365. async onShow() {
  366. this.loading = true;
  367. uni.showLoading({
  368. title: '加载中'
  369. });
  370. await this.getTaskInfo();
  371. await this.getTaskLogs();
  372. if (!this.isSpecial) {
  373. this.getLeftTime();
  374. } else {
  375. this.loading = false;
  376. uni.hideLoading();
  377. }
  378. },
  379. onLoad(options) {
  380. this.taskId = options.taskId
  381. },
  382. methods: {
  383. handleCopy(text) {
  384. wx.setClipboardData({
  385. data: text.toString(),
  386. success: function(res) {
  387. console.log("复制成功");
  388. }
  389. });
  390. },
  391. async getLeftTime(value) {
  392. switch (this.task.task_stage) {
  393. case 7:
  394. // 首次提交
  395. if (this.task.script_status === 1 || this.task.script_status === 2) {
  396. let logistics = null;
  397. await this.$https.get('/youngee/c/t/g/get-task-logistics-info' +
  398. "?" +
  399. "task_id" +
  400. "=" +
  401. this.taskId
  402. ).then(res => {
  403. logistics = res.data.data
  404. })
  405. if (logistics.auto_script_break_at !== null && logistics.auto_script_break_at !== "") {
  406. this.timeLeft = this.thistime(logistics.auto_script_break_at)
  407. } else {
  408. // 为脚本违约限制时间赋值并返回
  409. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  410. task_id: this.taskId,
  411. type: 1,
  412. }).then(res => {
  413. this.timeLeft = this.thistime(res.data.data)
  414. })
  415. }
  416. } else if (this.task.script_status === 3 || this.task.script_status === 4) {
  417. let scriptList = null;
  418. let script = null;
  419. await this.$https.get('/youngee/c/t/g/get-task-script' +
  420. "?" +
  421. "task_id" +
  422. "=" +
  423. this.taskId)
  424. .then(res => {
  425. scriptList = res.data.data
  426. for (let i = 0; i < scriptList.length; ++i) {
  427. if (scriptList[i].is_review === 1) {
  428. script = scriptList[i]
  429. }
  430. }
  431. })
  432. if (script.auto_script_break_at !== null && script.auto_script_break_at !== "") {
  433. this.timeLeft = this.thistime(script.auto_script_break_at)
  434. } else {
  435. // 为脚本违约限制时间赋值并返回
  436. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  437. task_id: this.taskId,
  438. type: 2,
  439. }).then(res => {
  440. this.timeLeft = this.thistime(res.data.data)
  441. })
  442. }
  443. }
  444. this.msg1 = this.isTimeOut ? "脚本上传违约" : this.msg1
  445. break;
  446. case 9:
  447. //首次提交
  448. if (this.task.sketch_status === 1 || this.task.sketch_status === 2) {
  449. if (this.project.content_type === 1) {
  450. let logistics = null;
  451. await this.$https.get('/youngee/c/t/g/get-task-logistics-info' +
  452. "?" +
  453. "task_id" +
  454. "=" +
  455. this.taskId
  456. ).then(res => {
  457. logistics = res.data.data
  458. })
  459. // if (logistics.auto_sketch_break_at !== null && logistics.auto_sketch_break_at !== "") {
  460. // this.timeLeft = this.thistime(logistics.auto_sketch_break_at)
  461. // } else {
  462. // // 为初稿违约限制时间赋值并返回
  463. // await this.$https.post('/youngee/c/t/p/get-auto-time', {
  464. // task_id: this.taskId,
  465. // type: 4,
  466. // }).then(res => {
  467. // this.timeLeft = this.thistime(res.data.data)
  468. // })
  469. // }
  470. } else {
  471. console.log("其他种草情况")
  472. // let scriptList = null;
  473. // await this.$https.get('/youngee/c/t/g/get-task-script' +
  474. // "?" +
  475. // "task_id" +
  476. // "=" +
  477. // this.taskId)
  478. // .then(res => {
  479. // scriptList = res.data.data
  480. // })
  481. // for (let i = 0; i < scriptList.length; ++i) {
  482. // if (scriptList[i].is_ok === 1) {
  483. // if (scriptList[i].auto_sketch_break_at !== null && scriptList[i]
  484. // .auto_sketch_break_at !== "") {
  485. // this.timeLeft = this.thistime(scriptList[i].auto_sketch_break_at)
  486. // } else {
  487. // // 为初稿违约限制时间赋值并返回
  488. // await this.$https.post('/youngee/c/t/p/get-auto-time', {
  489. // task_id: this.taskId,
  490. // type: 3,
  491. // }).then(res => {
  492. // this.timeLeft = this.thistime(res.data.data)
  493. // })
  494. // }
  495. // }
  496. // }
  497. }
  498. } else if (this.task.sketch_status === 3 || this.task.sketch_status === 4) { //修改
  499. let sketchList = null;
  500. let sketch = null;
  501. await this.$https.get('/youngee/c/t/g/get-task-sketch' +
  502. "?" +
  503. "task_id" +
  504. "=" +
  505. this.taskId)
  506. .then(res => {
  507. sketchList = res.data.data
  508. for (let i = 0; i < sketchList.length; ++i) {
  509. if (sketchList[i].is_review === 1) {
  510. sketch = sketchList[i]
  511. }
  512. }
  513. })
  514. // if (sketch.auto_sketch_break_at !== null && sketch.auto_sketch_break_at !== "") {
  515. // this.timeLeft = this.thistime(sketch.auto_sketch_break_at)
  516. // } else {
  517. // // 为脚本违约限制时间赋值并返回
  518. // let type = this.project.content_type === 1 ? 6 : 5;
  519. // await this.$https.post('/youngee/c/t/p/get-auto-time', {
  520. // task_id: this.taskId,
  521. // type: type,
  522. // }).then(res => {
  523. // this.timeLeft = this.thistime(res.data.data)
  524. // })
  525. // }
  526. }
  527. this.msg1 = this.isTimeOut ? "初稿上传违约" : this.msg1
  528. break;
  529. case 11:
  530. // 首次提交
  531. if (this.task.link_status === 1 || this.task.link_status === 2) {
  532. let sketchList = null;
  533. await this.$https.get('/youngee/c/t/g/get-task-sketch' +
  534. "?" +
  535. "task_id" +
  536. "=" +
  537. this.taskId)
  538. .then(res => {
  539. sketchList = res.data.data
  540. })
  541. for (let i = 0; i < sketchList.length; ++i) {
  542. if (sketchList[i].is_ok === 1) {
  543. if (sketchList[i].auto_link_break_at !== null && sketchList[i]
  544. .auto_link_break_at !== "") {
  545. this.timeLeft = this.thistime(sketchList[i].auto_link_break_at)
  546. } else {
  547. // 为链接违约限制时间赋值并返回
  548. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  549. task_id: this.taskId,
  550. type: 7,
  551. }).then(res => {
  552. this.timeLeft = this.thistime(res.data.data)
  553. })
  554. }
  555. }
  556. }
  557. } else if (this.task.link_status === 3 || this.task.link_status === 4) {
  558. let linkList = null;
  559. let link = null;
  560. await this.$https.get('/youngee/c/t/g/get-task-link' +
  561. "?" +
  562. "task_id" +
  563. "=" +
  564. this.taskId)
  565. .then(res => {
  566. linkList = res.data.data
  567. for (let i = 0; i < linkList.length; ++i) {
  568. if (linkList[i].is_review === 1) {
  569. link = linkList[i]
  570. }
  571. }
  572. })
  573. if (link.auto_link_break_at !== null && link.auto_link_break_at !== "") {
  574. this.timeLeft = this.thistime(link.auto_link_break_at)
  575. } else {
  576. // 为脚本违约限制时间赋值并返回
  577. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  578. task_id: this.taskId,
  579. type: 8,
  580. }).then(res => {
  581. this.timeLeft = this.thistime(res.data.data)
  582. })
  583. }
  584. }
  585. this.msg1 = this.isTimeOut ? "链接上传违约" : this.msg1
  586. break;
  587. case 13:
  588. // 首次提交
  589. if (this.task.data_status === 1 || this.task.data_status === 2) {
  590. let linkList = null;
  591. await this.$https.get('/youngee/c/t/g/get-task-link' +
  592. "?" +
  593. "task_id" +
  594. "=" +
  595. this.taskId)
  596. .then(res => {
  597. linkList = res.data.data
  598. })
  599. for (let i = 0; i < linkList.length; ++i) {
  600. if (linkList[i].is_ok === 1) {
  601. if (linkList[i].auto_data_break_at !== null && linkList[i].auto_data_break_at !==
  602. "") {
  603. this.timeLeft = this.thistime(linkList[i].auto_data_break_at)
  604. } else {
  605. // 为数据违约限制时间赋值并返回
  606. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  607. task_id: this.taskId,
  608. type: 9,
  609. }).then(res => {
  610. this.timeLeft = this.thistime(res.data.data)
  611. })
  612. }
  613. }
  614. }
  615. } else if (this.task.data_status === 3 || this.task.data_status === 4) {
  616. let dataList = null;
  617. let data = null;
  618. await this.$https.get('/youngee/c/t/g/get-task-data' +
  619. "?" +
  620. "task_id" +
  621. "=" +
  622. this.taskId)
  623. .then(res => {
  624. dataList = res.data.data
  625. for (let i = 0; i < dataList.length; ++i) {
  626. if (dataList[i].is_review === 1) {
  627. data = dataList[i]
  628. }
  629. }
  630. })
  631. if (data.auto_data_break_at !== null && data.auto_data_break_at !== "") {
  632. this.timeLeft = this.thistime(data.auto_data_break_at)
  633. } else {
  634. // 为脚本违约限制时间赋值并返回
  635. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  636. task_id: this.taskId,
  637. type: 10,
  638. }).then(res => {
  639. this.timeLeft = this.thistime(res.data.data)
  640. })
  641. }
  642. }
  643. this.msg1 = this.isTimeOut ? "数据上传违约" : this.msg1
  644. break;
  645. default:
  646. break;
  647. }
  648. this.loading = false;
  649. uni.hideLoading();
  650. },
  651. getTaskInfo() {
  652. return this.$https.get('/youngee/c/t/g/get-task-detail' +
  653. "?" +
  654. "task_id" +
  655. "=" +
  656. this.taskId
  657. ).then(res => {
  658. if (res.data.code != 0) return
  659. const data = res.data.data
  660. this.task = data.task_info
  661. this.withdrawStatus = data.withdraw_status
  662. this.address = JSON.parse(res.data.data.task_info.talent_post_addr_snap);
  663. let a = this.address.region_code.toString().slice(0, 2)
  664. let b = this.address.region_code.toString().slice(0, 4)
  665. let c = 0
  666. for (var i = 0; i < region.length; i++) {
  667. if (region[i].code == a) {
  668. a = region[i].name
  669. for (var j = 0; j < region[i].children.length; j++) {
  670. if (region[i].children[j].code == b) {
  671. b = region[i].children[j].name
  672. for (var o = 0; o < region[i].children[j].children.length; o++) {
  673. if (region[i].children[j].children[o].code == this.address
  674. .region_code) {
  675. c = region[i].children[j].children[o].name
  676. }
  677. }
  678. }
  679. }
  680. }
  681. }
  682. this.address.full_detail_addr = a + b + c + this.address.detail_addr
  683. // this.account = JSON.parse(res.data.data.task_info.talent_platform_info_snap);
  684. // this.account.show_fans_count = fansview(this.account.fans_count)
  685. this.project = res.data.data.project_detail
  686. this.project.Product = JSON.parse(res.data.data.project_detail.product_snap);
  687. this.project.Product.showProductPrice = money(this.project.Product.ProductPrice)
  688. let ProductPhoto = JSON.parse(res.data.data.project_detail.product_photo_snap);
  689. for (let j = 0; j < ProductPhoto.length; ++j) {
  690. if (ProductPhoto[j].Symbol == 1) {
  691. this.product = ProductPhoto[j]
  692. }
  693. }
  694. this.strategy = res.data.data.strategy
  695. this.isSpecial = this.project.project_type === 2 ? true : false;
  696. if (!this.isSpecial) {
  697. this.strategy.show_followers_low = fansview(this.strategy.followers_low)
  698. this.strategy.show_followers_up = fansview(this.strategy.followers_up)
  699. this.strategy.fee_form_t = this.strategy.fee_form === 1 ? '产品置换' : (this.strategy
  700. .fee_form ===
  701. 2 ?
  702. '固定稿费 ' +
  703. money(this.task.task_reward) : '创作者自报价 ' + money(this.task.task_reward))
  704. }
  705. this.project.content = this.project.content_type === 1 ? "图文" : "视频" // 任务形式
  706. this.project.project_form_t = this.task_type_info[this.project.project_form - 1] // 任务类型
  707. this.project.project_platform_t = this.platform[this.project.project_platform - 1] // 社媒平台
  708. // 不同任务阶段提示消息
  709. this.msg1 = this.infoMsg1[this.task.task_stage - 1]
  710. this.msg2 = this.isSpecial ? this.infoMsg3[this.task.task_stage - 1] : this.infoMsg2[this.task
  711. .task_stage - 1]
  712. if (this.task.task_stage == 7) {
  713. this.msg3 = "延迟上传脚本,可能导致佣金扣除。"
  714. } else if (this.task.task_stage == 9) {
  715. this.msg3 = "延迟上传初稿,可能导致佣金扣除。"
  716. } else if (this.task.task_stage == 11) {
  717. this.msg3 = "延迟上传链接,可能导致佣金扣除。"
  718. } else if (this.task.task_stage == 13) {
  719. this.msg3 = "延迟上传数据,可能导致佣金扣除。"
  720. }
  721. // 判断是否显示快速上传按钮
  722. if (this.task.task_stage == 7 || this.task.task_stage == 9 || this.task.task_stage == 11 ||
  723. this.task.task_stage == 13) {
  724. this.isShowUpload = true
  725. } else {
  726. this.isShowUpload = false
  727. }
  728. // 判断确认提交按钮是否可用
  729. if (this.task.task_stage == 7 && (this.task.script_status == 2 || this.task.script_status ==
  730. 4)) {
  731. this.isNotShowSubmit = false
  732. }
  733. if (this.task.task_stage == 9 && (this.task.sketch_status == 2 || this.task.sketch_status ==
  734. 4)) {
  735. this.isNotShowSubmit = false
  736. }
  737. if (this.task.task_stage == 11 && (this.task.link_status == 2 || this.task.link_status == 4)) {
  738. this.isNotShowSubmit = false
  739. }
  740. if (this.task.task_stage == 13 && (this.task.data_status == 2 || this.task.data_status == 4)) {
  741. this.isNotShowSubmit = false
  742. }
  743. })
  744. },
  745. getTaskLogs() {
  746. return this.$https.get('/youngee/c/t/g/get-task-log' +
  747. "?" +
  748. "task_id" +
  749. "=" +
  750. this.taskId
  751. ).then(res => {
  752. this.taskLogs = res.data.data
  753. })
  754. },
  755. toUpload() {
  756. if (this.task.task_stage == 7 || this.task.task_stage == 8) { // 上传脚本
  757. var data = {
  758. taskId: this.task.task_id,
  759. scriptStatus: this.task.script_status
  760. };
  761. data = JSON.stringify(data)
  762. uni.navigateTo({
  763. url: '/page_workspace/task/upload/uploadscript?textObj=' + encodeURIComponent(data)
  764. });
  765. } else if (this.task.task_stage == 9 || this.task.task_stage == 10) { // 上传初稿、初稿待审
  766. var data = {
  767. taskId: this.task.task_id,
  768. sketchStatus: this.task.sketch_status
  769. };
  770. data = JSON.stringify(data)
  771. uni.navigateTo({
  772. url: '/page_workspace/task/upload/uploadsketch?textObj=' + encodeURIComponent(data)
  773. });
  774. } else if (this.task.task_stage == 11 || this.task.task_stage == 12) { // 上传链接
  775. var data = {
  776. taskId: this.task.task_id,
  777. linkStatus: this.task.link_status
  778. };
  779. data = JSON.stringify(data)
  780. uni.navigateTo({
  781. url: '/page_workspace/task/upload/uploadlink?textObj=' + encodeURIComponent(data)
  782. });
  783. } else if (this.task.task_stage == 13 || this.task.task_stage == 14) { // 上传数据
  784. var data = {
  785. taskId: this.task.task_id,
  786. dataStatus: this.task.data_status
  787. };
  788. data = JSON.stringify(data)
  789. uni.navigateTo({
  790. url: '/page_workspace/task/upload/uploaddata?textObj=' + encodeURIComponent(data)
  791. });
  792. }
  793. },
  794. toScriptRecord() {
  795. var data = {
  796. taskId: this.task.task_id,
  797. };
  798. data = JSON.stringify(data)
  799. uni.navigateTo({
  800. url: '/page_workspace/task/record/scriptrecord?textObj=' + encodeURIComponent(data)
  801. });
  802. },
  803. toSketchRecord() {
  804. var data = {
  805. taskId: this.task.task_id,
  806. };
  807. data = JSON.stringify(data)
  808. uni.navigateTo({
  809. url: '/page_workspace/task/record/sketchrecord?textObj=' + encodeURIComponent(data)
  810. });
  811. },
  812. toLinkRecord() {
  813. var data = {
  814. taskId: this.task.task_id,
  815. };
  816. data = JSON.stringify(data)
  817. uni.navigateTo({
  818. url: '/page_workspace/task/record/linkrecord?textObj=' + encodeURIComponent(data)
  819. });
  820. },
  821. toDataRecord() {
  822. var data = {
  823. taskId: this.task.task_id,
  824. };
  825. data = JSON.stringify(data)
  826. uni.navigateTo({
  827. url: '/page_workspace/task/record/datarecord?textObj=' + encodeURIComponent(data)
  828. });
  829. },
  830. toTaskDeatail() {
  831. if (this.isSpecial) {
  832. uni.navigateTo({
  833. url: '/page_tasksquare/specialtask/specialTaskDetail?id=' + this.project.project_id
  834. });
  835. } else {
  836. uni.navigateTo({
  837. url: '/page_tasksquare/wholetask/taskdetail?id=' + this.project.project_id
  838. });
  839. }
  840. },
  841. toApplyinfo() {
  842. var data = {
  843. account: this.account,
  844. };
  845. data = JSON.stringify(data)
  846. uni.navigateTo({
  847. url: '/page_workspace/task/information/applyInformation?textObj=' + encodeURIComponent(data)
  848. });
  849. },
  850. toLogisticsinfo() {
  851. console.log(this.project.project_form)
  852. var data = {
  853. address: this.address,
  854. taskId: this.task.task_id,
  855. projectForm: this.project.project_form
  856. };
  857. data = JSON.stringify(data)
  858. uni.navigateTo({
  859. url: '/page_workspace/task/information/deliveryInformation?textObj=' + encodeURIComponent(data)
  860. });
  861. },
  862. editAddress() {
  863. var data = {
  864. address: this.address,
  865. taskId: this.task.task_id,
  866. };
  867. data = JSON.stringify(data)
  868. uni.navigateTo({
  869. url: '/page_workspace/task/editaddress?textObj=' + encodeURIComponent(data)
  870. });
  871. },
  872. // 计算结束时间
  873. thistime(val) {
  874. // 转换格式
  875. var beginTime = new Date(val.replace(/-/g, "/"));
  876. // 当前时间
  877. var thisTime = new Date();
  878. // 相减
  879. var dateMiss = beginTime.getTime() - thisTime.getTime();
  880. this.isTimeOut = dateMiss < 0 ? true : false
  881. dateMiss = dateMiss < 0 ? -dateMiss : dateMiss
  882. // 天数
  883. var day = Math.floor(dateMiss / (24 * 3600 * 1000));
  884. // 减去天数剩下的毫秒数
  885. var backOne = dateMiss % (24 * 3600 * 1000);
  886. // 小时数
  887. var hours = Math.floor(backOne / (3600 * 1000));
  888. // 减去小时数剩下的毫秒数
  889. var backHour = backOne % (3600 * 1000);
  890. // 分钟数
  891. var min = Math.floor(backHour / (60 * 1000));
  892. var deadline_time = day + '天' + hours + '时' + min + '分'
  893. return deadline_time
  894. },
  895. toWithdraw() {
  896. uni.navigateTo({
  897. url: '/pages/mycenter/myincome?showTab=1'
  898. });
  899. },
  900. submit() {
  901. if (this.task.task_stage == 7) { // 提交脚本
  902. let that = this
  903. uni.showModal({
  904. title: '提示',
  905. content: '提交后无法修改并进行审核,确认提交?',
  906. success: function(res) {
  907. if (res.confirm) {
  908. that.$https.get('/youngee/c/t/g/submit-task-script' +
  909. "?" +
  910. "task_id" +
  911. "=" +
  912. that.task.task_id)
  913. .then(res => {
  914. console.log(res)
  915. uni.navigateBack()
  916. })
  917. } else if (res.cancel) {
  918. console.log('用户点击取消');
  919. }
  920. }
  921. });
  922. } else if (this.task.task_stage == 9) { // 提交初稿
  923. let that = this
  924. uni.showModal({
  925. title: '提示',
  926. content: '提交后无法修改并进行审核,确认提交?',
  927. success: function(res) {
  928. if (res.confirm) {
  929. that.$https.get('/youngee/c/t/g/submit-task-sketch' +
  930. "?" +
  931. "task_id" +
  932. "=" +
  933. that.task.task_id)
  934. .then(res => {
  935. console.log(res)
  936. uni.navigateBack()
  937. })
  938. } else if (res.cancel) {
  939. console.log('用户点击取消');
  940. }
  941. }
  942. });
  943. } else if (this.task.task_stage == 11) { // 提交链接
  944. let that = this
  945. uni.showModal({
  946. title: '提示',
  947. content: '提交后无法修改并进行审核,确认提交?',
  948. success: function(res) {
  949. if (res.confirm) {
  950. that.$https.get('/youngee/c/t/g/submit-task-link' +
  951. "?" +
  952. "task_id" +
  953. "=" +
  954. that.task.task_id)
  955. .then(res => {
  956. console.log(res)
  957. uni.navigateBack()
  958. })
  959. } else if (res.cancel) {
  960. console.log('用户点击取消');
  961. }
  962. }
  963. });
  964. } else if (this.task.task_stage == 13) { // 提交数据
  965. let that = this
  966. uni.showModal({
  967. title: '提示',
  968. content: '提交后无法修改并进行审核,确认提交?',
  969. success: function(res) {
  970. if (res.confirm) {
  971. that.$https.get('/youngee/c/t/g/submit-task-data' +
  972. "?" +
  973. "task_id" +
  974. "=" +
  975. that.task.task_id)
  976. .then(res => {
  977. console.log(res)
  978. uni.navigateBack()
  979. })
  980. } else if (res.cancel) {
  981. console.log('用户点击取消');
  982. }
  983. }
  984. });
  985. }
  986. }
  987. }
  988. }
  989. </script>
  990. <style lang="scss" scoped>
  991. text {
  992. font-size: 12px;
  993. }
  994. .basicInfo {
  995. display: flex;
  996. align-items: center;
  997. justify-content: center;
  998. margin-top: 20rpx;
  999. padding: 20rpx;
  1000. font-size: 30rpx;
  1001. background-color: #FFFFFF;
  1002. .basicInfo_txt {
  1003. display: flex;
  1004. align-items: center;
  1005. justify-content: center;
  1006. margin-left: 40rpx;
  1007. // padding-top: 20rpx;
  1008. }
  1009. .tpc-txt1 {
  1010. display: flex;
  1011. justify-content: flex-start;
  1012. // margin-left: 20rpx;
  1013. }
  1014. .tpc-txt2 {
  1015. display: flex;
  1016. align-items: center;
  1017. justify-content: flex-end;
  1018. padding-right: 10rpx;
  1019. // margin-right: 20rpx;
  1020. flex: 1;
  1021. .tpc-icon {
  1022. width: 30rpx;
  1023. height: 30rpx;
  1024. }
  1025. }
  1026. }
  1027. .upload-btn {
  1028. display: flex;
  1029. align-items: center;
  1030. justify-content: center;
  1031. background-color: #f2d241;
  1032. border-radius: 10rpx;
  1033. padding: 5rpx;
  1034. margin-left: 20rpx;
  1035. cursor: pointer;
  1036. }
  1037. .address {
  1038. display: flex;
  1039. margin: 20rpx 0;
  1040. // padding: 20rpx 20rpx;
  1041. background-color: #FFFFFF;
  1042. justify-content: space-around;
  1043. align-items: center;
  1044. .address_icon {
  1045. width: 15%;
  1046. vertical-align: middle;
  1047. display: flex;
  1048. justify-content: center;
  1049. }
  1050. .address_edit {
  1051. width: 15%;
  1052. }
  1053. .address_edit image {
  1054. vertical-align: middle;
  1055. width: 50rpx;
  1056. height: 50rpx;
  1057. display: inline-block;
  1058. padding-right: 14rpx;
  1059. }
  1060. .ipon {
  1061. color: #333333;
  1062. font-size: 30rpx;
  1063. margin-bottom: 10rpx;
  1064. }
  1065. }
  1066. .keyInfo {
  1067. padding: 20rpx 20rpx;
  1068. background-color: #FFFFFF;
  1069. .keyInfo_task {
  1070. // color: #999999;
  1071. }
  1072. }
  1073. .keyInfo h3 {}
  1074. .keyInfo p {
  1075. font-size: 30rpx;
  1076. }
  1077. .account {
  1078. display: flex;
  1079. align-items: center;
  1080. // justify-content: space-between;
  1081. // width: 90%;
  1082. margin: 20rpx 0;
  1083. padding: 20rpx 20rpx;
  1084. background-color: #FFFFFF;
  1085. font-size: 35rpx;
  1086. .account_txt {
  1087. display: inline-block;
  1088. padding: 0 0 0 1%;
  1089. width: 400rpx;
  1090. }
  1091. .account_txt image {
  1092. vertical-align: middle;
  1093. width: 50rpx;
  1094. height: 50rpx;
  1095. display: inline-block;
  1096. padding-right: 14rpx;
  1097. }
  1098. .account_fans {
  1099. display: flex;
  1100. width: 250rpx;
  1101. }
  1102. .account_fans p {
  1103. display: inline-block;
  1104. color: #333333;
  1105. }
  1106. .account_btn {}
  1107. }
  1108. .task-progress {
  1109. padding: 20rpx;
  1110. .task-progress-card {
  1111. margin: 15rpx 0;
  1112. display: flex;
  1113. align-items: center;
  1114. // margin: 20rpx;
  1115. padding: 10rpx;
  1116. font-size: 30rpx;
  1117. border-radius: 10rpx;
  1118. .tpc-txt1 {
  1119. display: flex;
  1120. justify-content: flex-start;
  1121. // margin-left: 20rpx;
  1122. }
  1123. .tpc-txt2 {
  1124. display: flex;
  1125. align-items: center;
  1126. justify-content: flex-end;
  1127. // margin-right: 20rpx;
  1128. flex: 1;
  1129. .tpc-icon {
  1130. width: 30rpx;
  1131. height: 30rpx;
  1132. }
  1133. }
  1134. }
  1135. .task-progress-info {
  1136. padding: 10rpx;
  1137. font-size: 30rpx;
  1138. border-radius: 10rpx;
  1139. background-color: #f2f2f2;
  1140. }
  1141. }
  1142. .block {
  1143. width: 100%;
  1144. height: 100rpx;
  1145. margin-top: 5%;
  1146. }
  1147. .submit {
  1148. box-shadow: 0rpx 5rpx 40rpx #ccc;
  1149. width: 100%;
  1150. position: fixed;
  1151. bottom: 0rpx;
  1152. display: flex;
  1153. height: 90rpx;
  1154. padding-top: 2%;
  1155. background-color: #FFFFFF;
  1156. .submit_btn {
  1157. width: 60%;
  1158. background-color: #FCCF41;
  1159. border-radius: 20rpx;
  1160. font-size: 36rpx;
  1161. line-height: 200%;
  1162. letter-spacing: 10rpx;
  1163. height: 80%;
  1164. }
  1165. }
  1166. .line {
  1167. border-bottom: 1rpx solid #d5d5d5;
  1168. width: 98%;
  1169. margin: 10rpx 1%;
  1170. }
  1171. .pipline {
  1172. display: flex;
  1173. align-items: center;
  1174. justify-content: center;
  1175. margin: 20rpx;
  1176. // border: #FCCF41 1rpx dashed;
  1177. }
  1178. .pipline image {
  1179. /* width: 600rpx; */
  1180. height: 150rpx;
  1181. }
  1182. </style>