微信小程序联调

This commit is contained in:
zhonghua.li
2026-04-17 07:35:37 +08:00
parent c62622dc90
commit d74bc2ad1f
484 changed files with 3312 additions and 9 deletions

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../common/vendor.js"),a={data:()=>({questions:["你们是不是就靠嘴上说得好听?","要是出了问题你们跑得比谁都快吧?","你给最低价,我现在就定。"]}),methods:{goBack(){e.index.navigateBack()}}};const o=e._export_sfc(a,[["render",function(a,o,t,c,n,s){return{a:e.o(((...e)=>s.goBack&&s.goBack(...e)),"4f"),b:e.f(n.questions,((a,o,t)=>({a:e.t(a),b:o})))}}],["__scopeId","data-v-559d2a79"]]);wx.createPage(o);

View File

@@ -0,0 +1,4 @@
{
"navigationStyle": "custom",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="qa-page data-v-559d2a79"><view class="page-header data-v-559d2a79"><view class="nav-bar data-v-559d2a79"><view class="nav-left data-v-559d2a79" bindtap="{{a}}"><text class="back-icon data-v-559d2a79">←</text></view><text class="nav-title data-v-559d2a79">针尖问答</text></view></view><scroll-view class="content-scroll data-v-559d2a79" scroll-y="true"><view class="intro-card data-v-559d2a79"><text class="intro-title data-v-559d2a79">说明</text><text class="intro-body data-v-559d2a79">语气尖锐、带测试或挑衅色彩的问题,常在试探专业度、诚意或底线;硬怼或空喊口号都容易失分。</text></view><view class="section data-v-559d2a79"><text class="section-title data-v-559d2a79">典型问题</text><view wx:for="{{b}}" wx:for-item="t" wx:key="b" class="bullet data-v-559d2a79"><text class="bullet-dot data-v-559d2a79">•</text><text class="bullet-text data-v-559d2a79">{{t.a}}</text></view></view><view class="tip-card data-v-559d2a79"><text class="tip-label data-v-559d2a79">应对关键</text><text class="tip-body data-v-559d2a79">不怼、不躲;先共情或复述问题,再坦诚边界(能承诺什么 / 不能承诺什么),用可验证依据与替代方案收尾,把对话带回需求与价值。</text></view></scroll-view></view>

View File

@@ -0,0 +1 @@
.qa-page.data-v-559d2a79{min-height:100vh;background:#f8f9fa}.page-header.data-v-559d2a79{background:#fff;border-bottom:1rpx solid #e9ecef}.nav-bar.data-v-559d2a79{display:flex;align-items:center;height:88rpx;padding:0 30rpx}.nav-left.data-v-559d2a79{width:60rpx;height:60rpx;display:flex;align-items:center;justify-content:center;margin-right:20rpx}.back-icon.data-v-559d2a79{font-size:36rpx;color:#333}.nav-title.data-v-559d2a79{flex:1;text-align:center;font-size:32rpx;font-weight:700;color:#333}.content-scroll.data-v-559d2a79{height:calc(100vh - 88rpx)}.intro-card.data-v-559d2a79{margin:24rpx 30rpx;padding:28rpx;background:#fff;border-radius:16rpx}.intro-title.data-v-559d2a79{display:block;font-size:28rpx;font-weight:600;color:#333;margin-bottom:16rpx}.intro-body.data-v-559d2a79{font-size:26rpx;color:#555;line-height:1.6}.section.data-v-559d2a79{margin:0 30rpx 24rpx;padding:28rpx;background:#fff;border-radius:16rpx}.section-title.data-v-559d2a79{display:block;font-size:28rpx;font-weight:600;color:#333;margin-bottom:20rpx}.bullet.data-v-559d2a79{display:flex;margin-bottom:12rpx}.bullet-dot.data-v-559d2a79{margin-right:12rpx;color:#007aff;font-size:28rpx;line-height:1.5}.bullet-text.data-v-559d2a79{flex:1;font-size:26rpx;color:#555;line-height:1.5}.tip-card.data-v-559d2a79{margin:0 30rpx 40rpx;padding:28rpx;background:#f0f7ff;border-radius:16rpx;border:1rpx solid #d0e3fc}.tip-label.data-v-559d2a79{display:block;font-size:26rpx;font-weight:600;color:#007aff;margin-bottom:12rpx}.tip-body.data-v-559d2a79{font-size:26rpx;color:#333;line-height:1.6}