lin
2026-04-28 bb4196b029c65beb5b7ea686fc80ef8e622ae27c
UI: 小猪优选
2 files modified
6 ■■■■ changed files
pages/quanyi/add.vue 2 ●●● patch | view | raw | blame | history
pages/quanyi/components/agreement/index.vue 4 ●●●● patch | view | raw | blame | history
pages/quanyi/add.vue
@@ -1211,7 +1211,7 @@
      <addAddress :addressDetail="addressDetail" @off="$refs.address.close()" @submit="e => addressDetail = e"></addAddress>
    </uv-popup>
    <!-- <text-box v-if="showTextBox" ref="textBox" :getPlatformProtocolNewList="getPlatformProtocolNewList"></text-box> -->
    <text-box v-if="showTextBox" ref="textBox" :getPlatformProtocolNewList="getPlatformProtocolNewList"></text-box>
  </view>
</template>
pages/quanyi/components/agreement/index.vue
@@ -11,6 +11,10 @@
    const _this = this;
    uni.request( {
      url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
      data: {
        customerId: uni.getStorageSync('ygxLogin').customerId,
        appId: uni.getStorageSync('ygxLogin').appId
      },
      method: 'GET',
      success(res) {
        console.log(res.data.data);