GithubHelp home page GithubHelp logo

Comments (9)

Caitingwei avatar Caitingwei commented on July 19, 2024

您好,我们这边测试是没问题。你那边方便提供一下相关代码吗?

from wuss-weapp.

qingshanbugai avatar qingshanbugai commented on July 19, 2024

您好,我们这边测试是没问题。你那边方便提供一下相关代码吗?

详细描述一下问题:w-popup 包裹的view不会消失,但是后面的maskview消失了

wxml里引入了wxParsevan-toast

<w-popup visible="{{ isbuy }}" position="bottom" height="250px" bind:close="handleClose" maskCancel="{{true}}" mask="{{true}}"> <view class='addcart-view'> <view class='addcart-top-view'> <image class='addcart-top-view-image' src='{{product.image}}'></image> <view class='addcart-top-view-right-view'> <text class='addcart-top-view-right-view-name'>{{product.name}}</text> <text class='addcart-top-view-right-view-price'>¥{{product.price}}</text> </view> </view> <view class='addcart-center-view'> <text class='addcart-center-guige' decode='true'> 规格&nbsp;&nbsp;{{product.unit}}/{{product.weight}} </text> <view class='addcart-center-bottom-view'> <text class='addcart-center-bottom-view-tips' decode='true'>数量&nbsp;&nbsp;</text> <van-stepper value="{{ quantity }}" integer min="{{product.weight == '散装' ? 10 : 1}}" bind:change="stepperchangeaction" /> </view> </view> <view class='addcart-bottom-view'> <button class='addcart-bottom-button' bindtap='buybuttonaction'>确定</button> </view> </view> </w-popup>

from wuss-weapp.

cnyballk avatar cnyballk commented on July 19, 2024

你好,可以提供代码片段复现不

from wuss-weapp.

qingshanbugai avatar qingshanbugai commented on July 19, 2024

你好,可以提供代码片段复现不
加我微信,我发你,1396879479

from wuss-weapp.

Caitingwei avatar Caitingwei commented on July 19, 2024

你好,请问你在bind:close="handleClose" 事件里是否有手动关闭visible呢 点击了遮罩需要在回调里关闭哦。
handleClose() {
this.setData({
isbuy: false
})
}

from wuss-weapp.

cnyballk avatar cnyballk commented on July 19, 2024

查看如何创建代码片段

from wuss-weapp.

cnyballk avatar cnyballk commented on July 19, 2024

QQ交流群: 787275772

from wuss-weapp.

qingshanbugai avatar qingshanbugai commented on July 19, 2024

你好,请问你在bind:close="handleClose" 事件里是否有手动关闭visible呢 点击了遮罩需要在回调里关闭哦。
handleClose() {
this.setData({
isbuy: false
}

查看如何创建代码片段

你好,请问你在bind:close="handleClose" 事件里是否有手动关闭visible呢 点击了遮罩需要在回调里关闭哦。
handleClose() {
this.setData({
isbuy: false
})
}

image
关闭了,1.0.4版本正常,升级到2.0出现的问题

from wuss-weapp.

Caitingwei avatar Caitingwei commented on July 19, 2024

那估计是文件覆盖的问题了,方便加下QQ群吗 787275772

from wuss-weapp.

Related Issues (20)

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.