黎海 недель назад: 3
Родитель
Сommit
5730ef4443

+ 1 - 1
src/components/Modal/index.jsx

@@ -64,7 +64,7 @@ export default function Modal(props) {
64 64
               <View className="step-item">
65 65
                 <View className="step-title">
66 66
                   <Text className="number">2</Text>
67
-                  <Text className="desc">打开鱼APP</Text>
67
+                  <Text className="desc">打开鱼APP</Text>
68 68
                 </View>
69 69
                 <View className="step-box">
70 70
                   <Image className="step-img-t" src={xianyu} />

+ 1 - 1
src/pages/indexSub/productDetail/index.jsx

@@ -348,7 +348,7 @@ export default class Index extends Component {
348 348
         </View>
349 349
         {/* 自购弹窗 */}
350 350
         <Modal
351
-          title="咸鱼口令已复制"
351
+          title="闲鱼口令"
352 352
           isOpened={this.state.isOpened == "self"}
353 353
           productPromotion={this.state.productPromotion}
354 354
           linkText={this.state.productPromotion.short_tpwd}

+ 1 - 1
src/service/index.js

@@ -22,7 +22,7 @@ export const getProductDetail = data =>
22 22
     method: 'POST',
23 23
     data,
24 24
   })
25
-// 鱼商品推广转链
25
+// 鱼商品推广转链
26 26
 export const getProductPromotion = data =>
27 27
   Request({
28 28
     url: '/xianyu/xianyu_goods_link',