Skip to main content
According to the handwritten signature component of Canvas...

Background

Due to business requirements, it is necessary to implement a handwritten signature component on the DingTalk Mini Program. After referring to the implementation of handwritten signatures in WeChat Mini Programs online and considering our own actual needs, we have wrapped it into a popup dialog style, while also referring to the handwritten signature style in DingTalk's approval process. The dependencies used include the mini-ali-ui popup and button components, as well as a local icon.


init-qyAbout 3 minfront-end developmentmini-appDingTalk
Using a cascading picker component with a popup.

Background

Since DingTalk does not have a ready-made picker selection component similar to vant-weapp, I plan to encapsulate one myself. The dependencies used are the popup and button components of mini-ali-ui. The native picker-view is used.


init-qyAbout 2 minfront-end developmentmini-appDingTalk
Some issues in DingTalk development (continuously updated)

2020-10

  1. DingTalk does not support the use of   in the text tag. Please replace the spaces with Chinese full-width spaces {{' '}}.
  2. The dd.switchTab method in DingTalk has some issues. It neither throws an error nor provides any prompts. The current solution is to use dd.reLaunch instead.
  3. In DingTalk (and Alipay, not tested), the <swiper> component can only contain <swiper-item> components. Wrapping <swiper-item> components with a view may cause display issues.

init-qyLess than 1 minutefront-end developmentmini-appDingTalk