话术管理页面
This commit is contained in:
@@ -27,6 +27,11 @@
|
||||
<text class="function-name">标签管理</text>
|
||||
<text class="function-desc"></text>
|
||||
</view>
|
||||
<view class="function-item" @click="quickJumpScriptManagement">
|
||||
<view class="function-icon">📚</view>
|
||||
<text class="function-name">话术管理</text>
|
||||
<text class="function-desc"></text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -239,6 +244,18 @@ export default {
|
||||
},
|
||||
});
|
||||
},
|
||||
quickJumpScriptManagement() {
|
||||
uni.navigateTo({
|
||||
url: '/pages-subpackage/furniture_reception/script_management_my',
|
||||
fail: (err) => {
|
||||
console.error('[SoftSalesScenario] 跳转话术管理页失败:', err);
|
||||
uni.showToast({
|
||||
title: '跳转失败,请稍后重试',
|
||||
icon: 'none',
|
||||
});
|
||||
},
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
@@ -319,7 +336,7 @@ export default {
|
||||
}
|
||||
|
||||
.quick-links-section .function-item {
|
||||
width: calc(33.333% - 10rpx);
|
||||
width: calc(25% - 10rpx);
|
||||
background: #ffffff;
|
||||
border-radius: 12rpx;
|
||||
padding: 24rpx 12rpx;
|
||||
|
||||
Reference in New Issue
Block a user