h5 写小程序标签

59 阅读1分钟
   <div v-if="jsbridge.isWxWebEnv()">
        <wx-open-launch-weapp
          id="launch-btn"
          username="gh_29966e89015b"
          path="pages/H5WebviewPage"
          :env-version="config.miniProgramVersion">
          <component :is="'script'" type="text/wxtag-template">
            <div
              class="service_button_spe btn"
              style="
                display: flex;
                align-items: center;
                height: 25px;
                font-weight: 400;
                font-size: 11px;
                color: #203042;
                line-height: normal;
                padding: 0 10px;
                border-radius: 30px;
                border: 1px solid #203042;
                box-sizing: border-box;
              ">
              <span>去使用</span>
            </div>
          </component>
        </wx-open-launch-weapp>
      </div>