Giter VIP home page Giter VIP logo

leshare-seller-wepy's Issues

编译报错

请问下,在编译的时候需要安装那些额外的插件呢?我编译后没有生成js文件

iPhone 无法显示 SliderPannel 组件。

./src/pages/goods/edit.wpy

  <!-- 分类 -->
  <SliderPanel :display.sync="isInnerDisplay" btn='false'>
    <view slot="title">商品分类</view>
    <view slot="content" class="weui-cells-form">
      <radio-group id="inner" key="" bindchange="radio" @tap="selectInner">
        <label class="weui-cell weui-check__label" wx:for="{{innerCategories}}" wx:key="value">
          <radio class="weui-check" value="{{item.name}}" checked="{{input.inner == item.name}}"/>
          <view class="weui-cell__bd">{{item.name}}</view>
          <view class="weui-cell__ft weui-cell__ft_in-radio" wx:if="{{input.inner == item.name}}">
            <icon class="weui-icon-radio" type="success_no_circle" size="16"></icon>
          </view>
        </label>
      </radio-group>

      <!-- 新增分类 -->
      <view class="weui-cell weui-cell_input weui-cell_vcode">
        <view class="weui-cell__hd">
          <view class="weui-label"> + 新增分类</view>
        </view>
        <view class="weui-cell__bd">
          <input class="weui-input" id="newInner" @input="input" placeholder="输入分类名称" />
        </view>
        <view class="weui-cell__ft">
          <view class="weui-vcode-btn" @tap="addInner">确定</view>
        </view>
      </view>
    </view>
  </SliderPanel>

在iPhone上测试,点击“请选择商品分类”时,无法显示弹窗。在电脑可以。

收不到短信验证码

输入手机号,点击发送,发送成功,但手机上一直收不到发送的验证码,有没有公用的验证码呀?

这段代码没有看懂,请指导下

数据源

{"code":0,"data":[{"status":0,"total":5},{"status":1,"total":6},{"status":2,"total":10},{"status":3,"total":5},{"status":6,"total":3},{"status":7,"total":3},{"status":8,"total":7},{"status":9,"total":10}]}

<view>
      <view class="count-box row-around bg-white">
        <navigator class="count-item column-center"  @tap="order('2')" open-type="switchTab" url="../order/index">
          <text class="count-value">{{order.n2}}</text>
          <text class="muted">待接单订单</text>
        </navigator>
        <view class="vr"/>
        <navigator class="count-item column-center"  @tap="order('9')" open-type="switchTab" url="../order/index">
          <text class="count-value">{{order.n9}}</text>
          <text class="muted">待发货订单</text>
        </navigator>
        <view class="vr"/>
        <navigator class="count-item column-center"  @tap="order('3')" open-type="switchTab" url="../order/index">
          <text class="count-value">{{order.n3}}</text>
          <text class="muted">待送达订单</text>
        </navigator>
        <view class="vr"/>
        <!--<navigator class="count-item column-center" @tap="order('5')" open-type="switchTab" url="../order/index">-->
          <!--<text class="count-value">{{order.n5}}</text>-->
          <!--<text class="muted">待退款订单</text>-->
        <!--</navigator>-->
      </view>

这段代码中绑定的order.n2,order.n9,order.n3,是什么意思啊?我没有看懂啊。请指导下。谢谢。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.