收藏
回答

小程序准备接入微信小店,如何接入,要打通配置什么?我想先看看store-home的效果

<view class="container">

  <app-header mode="home" title="文化商城" show-slogan="{{false}}"></app-header>


  <view class="content">

    <!-- 微信小店嵌入组件 -->

    <store-home appid="{{shopAppid}}" bindenter="onEnterShop" binderror="onShopError"></store-home>


    <!-- 备用内容,当小店不可用时显示 -->

    <view wx:if="{{!shopAppid}}" class="placeholder">

      <text>正在加载商城...</text>

    </view>

  </view>

</view>



小程序、微信小店后台要配置哪些?

回答关注问题邀请回答
收藏

2 个回答

  • Richard
    Richard
    03-01

    只能看见店面 logo,看不到更多的内容?

    03-01
    有用
    回复 3
    • peng
      peng
      03-01
      是的,看不到,而且还调不了大小。
      03-01
      回复
    • Richard
      Richard
      03-02回复peng
      是的,很无助啊
      03-02
      回复
    • peng
      peng
      03-03
      做推广的话实际上用不太上,都是直接跳商品<store-product>,跳直播间<channel-live>
      03-03
      回复
  • 智能回答 智能回答 本次回答由AI生成
    03-01
    有用
    • peng
      peng
      03-01
      文档中没有bindenter和binderror事件
      03-01
      回复
登录 后发表内容