|
@@ -84,7 +84,7 @@
|
|
<!-- 分享 投递 -->
|
|
<!-- 分享 投递 -->
|
|
<view class="bottom-sticky" v-if="!loading && jobId">
|
|
<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 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"/>
|
|
<uni-icons type="redo-filled" size="24" color="#00897B"/>
|
|
<span style="color:#00897B;font-weight:bold;">分享</span>
|
|
<span style="color:#00897B;font-weight:bold;">分享</span>
|
|
</view>
|
|
</view>
|
|
@@ -300,6 +300,11 @@ const handleUpload = () => {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// 分享
|
|
|
|
+const handleClickShare = () => {
|
|
|
|
+ uni.showToast({ title: '正在努力建设中 . . .', icon: 'none', duration: 2000, })
|
|
|
|
+}
|
|
|
|
+
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|