@@ -108,66 +108,171 @@ onMounted(() => {
-
-
-
- 发布要求
-
-
- 发布平台:
-
- 抖音
+
+
+
+
+ 发布要求
-
-
- 发布方式:
-
- 三连发/每次相同
+
+ 发布平台:
+
+ 抖音
+
-
-
- 每次间隔时长:
-
- 10分钟
+
+ 发布方式:
+
+ 三连发/每次相同
+
-
-
- 特殊要求:
-
- 请使用抖音扫码下图,收藏音乐,发布时使用
-
-
+
+ 每次间隔时长:
+
+ 10分钟
+
+
+
+ 特殊要求:
+
+ 请使用抖音扫码下图,收藏音乐,发布时使用
+
+
+
-
-
-
-
- 回填要求
-
-
- 第1次回填:
-
- 10分钟
+
+
+
+ 回填要求
-
-
- 第2次回填:
-
- 10分钟
+
+ 第1次回填:
+
+
+ 0813-09:54 至 0813-17:14之间
+
+
+ 3个作品评论区截图
+
+
-
-
- 第3次回填:
-
- 10分钟
+
+ 第2次回填:
+
+
+ 0813-09:54 至 0813-17:14之间
+
+
+ 3个作品链接
+
+
+
+
+ 第3次回填:
+
+
+ 0814-10:00 至 0814-11:30之间
+
+
+ 每一个作品的播放量截图
+
+
-
+
+
+
+
+ 时间要求
+
+
+ 作品保留时间:
+
+ 3天
+
+
+
+ *若未到保留时间,提前删除。有对应惩罚
+
+
+ 每次回填将在该时间内审核:
+
+ 4小时内
+
+
+
+ *若您的回填,未在上述时间内审核,可在沟通中,发起申诉
+
+
+
+
+
+
+
+ 扣款说明
+
+
+ 1.
+
+
+ 未按约定评论
+
+
+ 扣除20%收益
+
+
+
+ 2.
+
+
+ 当天发布其他广告
+
+
+ 扣除100%收益
+
+
+
+ *请认真阅读该说明,商家将按照提前约定的事由扣款
+
+
+
+
+
+
+
+ 其他说明
+
+
+
+ 未到约定期限,达人提前删除视频处罚扣除1点达人信用分
+
+
+
+ 查看信用分管理方法
+
+
+
+
+
+ 已接受
+
+
@@ -176,6 +281,16 @@ page {
background-color: #6AA1FF;
}
+.block-extend {
+ color: rgb(255, 125, 0);
+ font-size: 20rpx;
+ font-weight: 400;
+ letter-spacing: 0;
+ text-align: left;
+ margin-top: -8rpx;
+ margin-bottom: 24rpx;
+}
+
.block {
display: flex;
gap: 20rpx;
diff --git a/src/scss/global.scss b/src/scss/global.scss
index 184d092..421ca7b 100644
--- a/src/scss/global.scss
+++ b/src/scss/global.scss
@@ -6,7 +6,7 @@ $primary-color: #2D5CF6;
}
.tui-btn {
- border-radius: 12rpx !important;
+ border-radius: 10rpx !important;
}
.tui-primary-outline {
@@ -47,3 +47,15 @@ $primary-color: #2D5CF6;
.nowrap {
white-space: nowrap;
}
+
+.test-22r {
+ font-size: 22rpx;
+}
+
+.test-24r {
+ font-size: 24rpx;
+}
+
+.test-28r {
+ font-size: 28rpx;
+}
diff --git a/src/scss/index.scss b/src/scss/index.scss
index 912bf46..542a812 100644
--- a/src/scss/index.scss
+++ b/src/scss/index.scss
@@ -1,7 +1,6 @@
-Page {
- --primary-color: #2D5CF6;
-}
page {
background-color: #F2F3F5;
font-family: PingFang SC;
+ --primary-color: #165DFF;
+ --warning-color: #FF7900;
}
diff --git a/src/scss/thorui.config.js b/src/scss/thorui.config.js
index c480db3..bfafe4f 100644
--- a/src/scss/thorui.config.js
+++ b/src/scss/thorui.config.js
@@ -6,7 +6,7 @@
//组件内主色配置
const color = {
- primary: '#2D5CF6',
+ primary: '#165DFF',
success: '#07c160',
warning: '#ff7900',
danger: '#EB0909',
diff --git a/src/static/icons/info.png b/src/static/icons/info.png
new file mode 100644
index 0000000..da533d1
Binary files /dev/null and b/src/static/icons/info.png differ
diff --git a/src/static/icons/rout-back.png b/src/static/icons/rout-back.png
new file mode 100644
index 0000000..f79c868
Binary files /dev/null and b/src/static/icons/rout-back.png differ
diff --git a/src/static/icons/ysq.png b/src/static/icons/ysq.png
new file mode 100644
index 0000000..7ebeb6a
Binary files /dev/null and b/src/static/icons/ysq.png differ
diff --git a/src/static/images/Avatar.png b/src/static/images/Avatar.png
new file mode 100644
index 0000000..c66fc11
Binary files /dev/null and b/src/static/images/Avatar.png differ
diff --git a/src/static/images/test.png b/src/static/images/test.png
new file mode 100644
index 0000000..cdb07ce
Binary files /dev/null and b/src/static/images/test.png differ
diff --git a/src/utils/uils.js b/src/utils/uils.js
index d4bd7ca..f6c97c1 100644
--- a/src/utils/uils.js
+++ b/src/utils/uils.js
@@ -23,3 +23,32 @@ export const toPage = (url) => {
export const backPage = () => {
window.history.back();
}
+
+export const copy = (context) => {
+ try {
+ navigator.clipboard.writeText(context)
+ .then(() => {
+ showToast('已复制');
+ })
+ .catch(() => {
+ showToast('复制失败');
+ });
+ } catch (e) {
+ showToast('复制失败');
+ }
+}
+
+export const download = (urls) => {
+ const promises = urls.map((url, index) => new Promise((resolve, reject) => {
+ const iframe = document.createElement('iframe');
+ iframe.src = url;
+ iframe.style.display = 'none';
+ document.body.appendChild(iframe);
+ resolve(true);
+ }));
+ Promise.all(promises).then(res => {
+ console.log(res);
+ }).catch(err => {
+ console.log(err);
+ });
+}