lifanagju_citu 8 bulan lalu
induk
melakukan
a182044fd9
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 6 1
      pagesB/positionDetail/index.vue

+ 6 - 1
pagesB/positionDetail/index.vue

@@ -84,7 +84,7 @@
     <!-- 分享 投递 -->
     <view class="bottom-sticky" v-if="!loading && jobId">
       <view style="display: flex;justify-content: space-evenly;align-items: center;width: 100%;margin: 20rpx 0;">
-        <view @click="null" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
+        <view @click="handleClickShare" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
           <uni-icons type="redo-filled" size="24" color="#00897B"/>
           <span style="color:#00897B;font-weight:bold;">分享</span>
         </view>
@@ -300,6 +300,11 @@ const handleUpload = () => {
   })
 }
 
+// 分享
+const handleClickShare = () => {
+  uni.showToast({ title: '正在努力建设中 . . .', icon: 'none', duration: 2000, })
+}
+
 </script>
 
 <style scoped lang="scss">